Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.09 KB

Robot - The Game

A simple text game built with Python 3 with the purpose to study and review some Object Orientation concepts.

Project files

.
|--- .gitignore
|--- game_robot.ipynb
|--- LICENSE
|--- README.md

Installation

In order to run this game, you will need to make sure that you have the following installed on your computer:

Usage

  • Clone or download this repository on your computer
  • Open the terminal (or CMD if you are on Windows)
  • Change the current working directory to the location where you cloned or downloaded the repository
  • Type jupyter notebook (or jupyter-notebook if you are on Windows)
  • With Jupyter Notebook opened on your browser, click in the file game_robot.ipynb
  • Select the area with the python code and hit Shift+ENTER to execute the code and play the game
  • Enjoy! ;-)

Author

Eduardo S. Marçal

Contact

LinkedIn

License

MIT