i like how nobody replied
0x01
Creator of
Recent community posts
Keep It Up Right
Just keep the bottle up right as much you can. 6 Skins are available as of right now, more planned for the future. Mobile friendy. "Hard Mode" available.
https://vitorga.itch.io/keep-it-up-right-web-version
Never heard before. After a quick google search i think it looks somewhat fun to learn, just looking i can tell. pygame docs in my opinion sucks. a good documentation can do wonders to a begginner i think. Also, thanks for the feedback. my adhd brain cant live without this almost daily dose of serotonin or whatever, or else i give up. The inspiration is from the crash bandicoot spin off "Crash Bash". theres a minigame that is mostly the same. im sure you will enjoy that if you did enjoy this game.
you can play the game in a web bowser by copying the code and pasting in this website: https://trinket.io/features/pygame. also, thanks for the feedback.
im sorry for not including install instructions, but you need pygame and python version 3 to run the game.
if you dont have pygame installed, you can run "py -m pip install pygame" or, "python-m pip install pygame" at the terminal.
alternativily you can run the game by this site: https://trinket.io/features/pygame
just copy and paste the python code there(in the left textarea) and press run.
also, "compile the code"? i dont know how to do that. do you mean rewrite in c++, or other language that generates binary code? damn, i should really start to include a dependences installer...