/Games

Games

Primary LanguagePython

Python Games

dice.py is a simple 6 side dice roller. Enter to Roll or Q to Quit. Not perfect at the moment, still displays the quit message when rolling.

snake.py is a simple game of snake 2. Allows you to go through walls.

guess.py is a guessing game. The computer picks a number between 1 and 20, you have to guess what it is based on higher or lower prompts.

guess1.py is a work in progress.