GoblinEscape
GoblinEscape copied to clipboard
Simple python game to avoid a goblin
GoblinEscape
Simple python game to avoid a goblin. To see what this code is about, check out this video: https://youtu.be/V0V3LMK40iI
Basic Installation
For newbies to python
- Install python 2.7 from here: https://www.python.org/downloads/
- Install pygame:
- Open a command window and type:
pip install pygame - If your OS can't find pip, add it to your path. Should be in
Python2.7/Scripts/
- Open a command window and type:
Running the game
In a command window run python GoblinEscape.py.
You could also create a .bat or .sh file to more easily run it from the GUI.