Skip to content

Bunch of small games (TicTacToe, Snakes...) coded in python

Notifications You must be signed in to change notification settings

AnddyAnddy/Small-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Small-games

Bunch of small games (TicTacToe, Snakes...) coded in python

Run

  1. Get python
  2. Clone the project
  3. Go to src/<game>/
  4. Start the main.py program by writing python main.py <possible_arguments>

Arguments

Tic Tac Toe

  • You can select a mode using terminal, stats, graphic and debug
  • 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

About

Bunch of small games (TicTacToe, Snakes...) coded in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages