The simple Python games project consists of 2 games namely TICTACTOE and STONEPAPERSCISSORS. The project file contains python script (games.py). This program implement the game for one/two player for TICTACTOE and only one for STONEPAPERSCISSORS. All the playing rules are the same just like we play in real time tic-tac-toe and rock paper scissors.
About Simple Python Games
This game is simply in command line. First, the player has to pick between ‘1’ or ‘2’ to choose the game to play. If you choose 1, you have to play rock paper scissor game with computer. Here, the competitors who first scores 5 points will be declared the winner.
Similarly, when you choose 2, you can play tic tac toe game either with computer or human. All the instructions will be displayed in the game. The gameplay design is so simple that user won’t find it difficult to use and understand.
How To Run Simple Python Games ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type games.py and enter to start the system.
- OR
- Step2: Simply, double click the games.py file and you are ready to go.