a simple snake game in python to practice object-oriented-programming. But this snake is drunk, confused, and sometimes hallucinated :(
by Siwei Ma
After running the main file, you will see the menu with three difficulties: slow reaction, confusion and I'm fineeeeee.
Menu
In slow reaction level, the snake's reaction is always five steps slower. You can modify delay_countdown in game_level1.py to change the reaction speed. To me, the snake game becomes a shooting game.
Slow snake
In confusion level, all snake's response is opposite. The snake will go down when let him go up.
Confused snake
In I'm fineeeeee level, the snake sees hallucinations. There are five apples (or called snacks) in his eye but only one is real.
Snake with hallucinations



