A compilation of several simple games created with Python
Game List:
- guess.py
- Simple guess the number game
- wordgame.py
- "Hangman" style guess the word game
- tic-tac-toe/game.py
- Tic Tac Toe game, converted from Ruby project completed on Learn.co(FlatIron School)