Skip to content

cdejonghe/devoxx-2015-game-front

 
 

Repository files navigation

devoxx-2015-game-front

Game development challenge for devoxx 2015

Alt text Alt text Alt text Alt text

Contribute

Prerequisities

Grab the code

  1. Clone this repo and cd into it:

git clone --recursive https://github.com/groupe-sii/devoxx-2015-game-front && cd devoxx-2015-game-front && git submodule foreach --recursive git checkout master

This command does three things:

  • It clones this repo
  • change directory to devoxx-2015-game-front
  • Git checkout master branch of all submodules
  1. Fist, you need to install Gulp and Bower, using NPM:

npm i bower gulp

  1. Then, install local deps:

npm i && bower i

Start coding

  1. Run a local dev server using Gulp:

gulp serve

Build your code locally:

If you need to build your code on your machine, use this command:

gulp build

Read the socket server API

The Socket server API documentation is in the documention folder. It is based on Swagger (http://swagger.io/). To access it, please refere to this repo (https://github.com/groupe-sii/devoxx-2015-game-doc)

Troubleshooting

Error: Cannot find module 'xxx'

You need to install the xxx module manually:

npm i xxx

About

Game development for devoxx 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.6%
  • JavaScript 28.9%
  • ApacheConf 15.5%
  • HTML 12.0%