Skip to content

southekal/ict-gamejam-winter-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install the dependencies and devDependencies to start the server.

$ cd folder
$ virtualenv venv
$ source venv/bin/activate (*Nix)
$ source venv/Scripts/activate (Windows)
$ pip install -r requirements.txt

Next, in your .env file, add the following:

source env/bin/activate
export APP_SETTINGS="config.DevelopmentConfig"
export SECRET_TOKEN = <secret>
export CSRF_SECRET_TOKEN = <secret>

Note: Create a secret.cfg file with config values in root folder

Run the following to update then refresh your .bashrc:

$ echo "source `which activate.sh`" >> ~/.bashrc
$ source ~/.bashrc

Now, if you move up a directory and then cd back into it, the virtual environment will automatically be started and the APP_SETTINGS variable is declared.

Start the server

$ python app.py

You will see Running on http://127.0.0.1:5000/ Access the url in your browser

Objective

2 Player Game

Donald (To Win) - Keep building the wall and survive 45 seconds!

#####Controls:

W - Run Up
A - Run Left
S - Run Down
D - Run Right
Tab - Place Brick

####Enrique (To Win) - Collect Tacos and Destroy the wall!

#####Controls:

Up - Run Up
Left - Run Left
Down - Run Down
Right - Run Right
Spacebar - Throw Taco

####Credits

  • Character and Art Design: Benny Bowden
  • Gameplay and Interface Design: Jason Toevs
  • Development and Coding: Sandip Southekal

About

HTML5 game built with PhaserJS for the ICT Winter Game Jam 2017

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published