Skip to content

miriti/jig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIG

JavaScript framework for game development and prototyping.

JIG is using PIXI.js as a rendering engine and require.js as modular system.

Features

TBD

Requirements

node.js, gulp, and bower should be installed first.

Instructions

  1. Clone or download this repository to a directory on your hard drive
  2. Navigate to this directory in terminal
  3. Run npm install to install all the node.js dependencies
  4. Run ./init [template-name] [project-path] to initialize a project based on [template-name] template. See the list of templates in the according directory of the framework. Example: ./init basic /home/username/my-cool-game. Follow the instructions.
  5. Navigate to the [project-path] and run gulp to run the webserver and be able to test your game.
  6. Open http://localhost:8080/ (port can be changed in the gulpfile.js) in your browser
  7. Start working on your game!

Examples

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors