Bunch of small games (TicTacToe, Snakes...) coded in python
- Get python
- Clone the project
- Go to
src/<game>/
- Start the main.py program by writing
python main.py <possible_arguments>
- You can select a mode using
terminal
,stats
,graphic
anddebug
- Terminal will start a game where the players will have to write where they want to play (row and column)
- Graphic will start a game where players have to click to where they want to play
- Stats will play all the possibles permutations of the game (9!) and describe the winner's stats
- Debug will play basic combinations where all the 8 winning alignements to win are shown