A repository with games written in python. This repo is designed to practice the use of python.
Each game will have:
- It's own tests
- It's own .md which includes instructions
- It's own Pipfile
- It's own Makefile
This repo is designed to be built up as it goes along.
This is the generic Tic-Tac-Toe game where there is a 3x3 grid and players take it in turns to put an X
or and O
in the spaces. The first to get 3 in a row wins. More info on this game can be found here
This is the generic Hangman game where a player tries to guess the word by suggesting latters. To win the game the player must correctly guess the word with the letters before a hangman is drawn. More info on this game can be found here