#Need help with guessing game

1 messages · Page 1 of 1 (latest)

empty moth
#

I need help with the logic part of this game

calm sluiceBOT
#

<@&987246399047479336> please have a look, thanks.

marsh dirge
#

Could you share the code, and where you're stuck?

empty moth
#

im stuck near the end where i file write the info. I want the new info to replace the old info in the file, rather than going below, meaning if there are 4 lines in the file, after filewritiing, there should still be 4 lines

marsh dirge
#

You're currently setting append to true for your filewriter, pass it false.

empty moth
#

making it false breaks the password mechanism