Higher or Lower

Higher or Lower Used AI

4 devlogs
3h 4m
•  Ship certified

A game where the computer selects a random number between 1 and 100 and you have to guess what the number is. If you guess wrong, the computer tells you whether the number is higher or lower than you guess.

Note: The Github version is the one that was made completely without AI. AI was used to make the program function in the browser.

Timeline

Ship 1

1 payout of shell 13.0 shells

Mohamad Machmouchi

about 2 months ago

Mohamad Machmouchi Covers 4 devlogs and 3h 4m

Completely rewrote the code so that I could get it to run in the browser. Used AI because I had no idea what was wrong, so it helped and told me how to fix it.

Update attachment

Finished the code for the game. It will now tell you if your guess if higher or lower than the correct number, or if it is correct. I need to write the README and the demo and I should be done :)

Update attachment

Made the screen where the player guesses the number. Added a text box, and made it only take numbers between 0 and 100. I still need to make the delete key work correctly, and finish the rest of the code.

Update attachment

Initialized the Pygame window, and added the opening instructions

Update attachment