A simple text game built with Python 3 with the purpose to study and review some Object Orientation concepts.
.
|--- .gitignore
|--- game_robot.ipynb
|--- LICENSE
|--- README.md
In order to run this game, you will need to make sure that you have the following installed on your computer:
- 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
(orjupyter-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! ;-)
Eduardo S. Marçal