ggjsap-2016-t3 / main-game

This is a game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roque - GGJ Sapporo 2016 Team 3

This is a Roguelike game. Let us try to go to the goal before buttery of the chief robot turn off!!

clear

How to play

  • open https://ggjsap2016-t3.herokuapp.com in your web browser(PC only).
  • move by arrow keys or hjkl keys.
  • game over when buttery turn off.
  • Try to go to the goal before buttery turn off.
  • When you collect the buttery which dropped under the ground, the buttery goes flat.

License

MIT License

How to develop

git clone https://github.com/ggjsap-2016-t3/main-game

or

git clone git@github.com:ggjsap-2016-t3/main-game.git

How to make the game

Please open public/main.js or public/index.html by the browser and change files.

Requirements

When you make the server,

  • PostgreSQL

How to open by the server

bundle install
cp config/config.yml.example config/config.yml
# change the above file
shotgun
open http://localhost:9393/

About

This is a game.


Languages

Language:JavaScript 97.3%Language:Ruby 1.4%Language:HTML 1.3%