Skip to content

laurabzz/internet_technology_lab_project

 
 

Repository files navigation

Zombies on Campus

Please view a running version of the project from the following url: http://zombiesoncampus.pythonanywhere.com

About

Zombies on Campus is a quick fun choice-based game where a user can play a variety of stories and make choices that affect the ending.

The development team

University of Glasgow, March 2016

We would like to thank our lecturer Dr Leif Azzopardi web for his guidance and his valuable online guide Tango With Django .

The project was built with the help of a variety of technologies

Install

  • git clone ...
  • cd ...
  • mkvirtualenv zombies
  • workon zombies
  • pip install -r requirements.txt

Run Server

python manage.py runserver

Populate Stories

There is an allready populated database, in case you want to repopulate remove database entries and do
  • python manage.py migrate
  • python populate_users_stories.py
  • Note that the population script will also create the users (with superuser privileges).

About

Internet Technology Lab Project, University of Glasgow, 2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.2%
  • HTML 42.1%
  • CSS 3.7%
  • JavaScript 2.0%