nles / primus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Primus

This game was created during Introduction to Game Development Tools course of 2014 in the University of Turku.

The game uses melonJS game engine, so it works in modern web browsers. It was also ported for Android using CocoonJS.

Click here for an online demo.

Directory structure

  • ./js
    • main directory with the code
  • ./data
    • the assets are here
  • ./lib
    • game engine resides here

Code structure and logic

The code is structured according to the melonJS boilerplate and mostly follows the patterns defined in the melonJS documentation.

How to run a distribution for further development

To build, be sure you have node installed. Clone the project:

git clone https://github.com/nles/pyoroclone.git

Then in the cloned directory, simply run:

npm install

To build:

grunt

Running the game:

grunt connect

And you will have the game running on http://localhost:8000

About

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.1%