When we were trying to decide what we should build for our project, someone mentioned trying to build something related to classic games like Monopoly and Tic Tac Toe.

The game needs two people and lets each of them place their own moves, the person who plays will swap on every turn.

The project was built using pygames, which is a set of modules written in python which let us build a entire game just from python.

During the process of building the project, there were several projects that we had to deal with while building the game. The first problem we had to deal with was time, since this project started and ended during a school week, managing our homework and the project itself was difficult. Some of the technical problems we had to deal with include trying to add the RPS feature we made with the tic tac toe game we made and adding an ending screen.

Some of the accomplishments we were proud of were learning how to use pygames and develop simple games with python. Despite not knowing how to add both the RPS and tic tac toe game together, we did learn how to create simple games with a language that we have not used in a while. Another accomplishment was getting a functioning RPS and Tic Tac Toe game.

We learned how pygames can be used to create simple childhood games and how to develope programs in python.

In the future, we are going to take the code used to make the RPS game and the code used for the end screen and add all of it to the Tic Tac Toe file.

Built With

Share this project:

Updates