Skip to content

HackerPoet/GoblinEscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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/

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.

About

Simple python game to avoid a goblin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published