Skip to content

stijnblommerde/gothonweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gothons from Planet Percal #25

Book
Learn Python The Hard Way

Description
"Aliens have invaded a space ship and our hero has to go through a maze of rooms defeating them so he can escape into an escape pod to the planet below. The game is an Adventure type game with text outputs and funny ways to die. The game involves an engine that runs a map full of rooms or scenes. Each room prints its own description when the player enters it and then tell the engine what room to run next out of the map."

Features

  • Object Oriented Design
  • Automated testing (Nosetest)
  • Web Framework (lpthw.web, a fork of web.py for Learn Python The Hard Way)

Run the app

  • clone the app
  • create a virtual environment with python 2.7
  • install requirements with pip
  • cd into src folder
  • python bin/app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published