frankbaele / panama

A game build with javascript and html5

Home Page:http://frankbaele.github.io/panama/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panama

What is Panama?

A html 5 tower defence game build from scratch using MVC pattern en requirJS

Current test build

http://frankbaele.github.io/panama/

Author

Frank Baele

Local setup

Dependencies

Installation

  1. Clone the repository

    git clone

Game

  1. Get all the dependencies via npm

    npm install

  2. Get all the bower deps

    bower install

  3. Serve the page

    grunt server

That's it. Now browse to http://localhost:9001.

Controles

use arrow keys to pan the map and right click to move the character

About

A game build with javascript and html5

http://frankbaele.github.io/panama/

License:MIT License


Languages

Language:JavaScript 71.2%Language:CSS 27.1%Language:HTML 1.7%