All Projects → ggjsap-2016-t3 → Main Game

ggjsap-2016-t3 / Main Game

This is a game.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Main Game

Secret Hitler
A web adaptation of the social deduction board game Secret Hitler. https://secrethitler.io
Stars: ✭ 734 (+14580%)
Mutual labels:  game
Colobot
Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
Stars: ✭ 777 (+15440%)
Mutual labels:  game
Osu
rhythm is just a *click* away!
Stars: ✭ 8,573 (+171360%)
Mutual labels:  game
Deeplearningflappybird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
Stars: ✭ 6,211 (+124120%)
Mutual labels:  game
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+15320%)
Mutual labels:  game
Savethedot
A game developed using UIViewPropertyAnimator
Stars: ✭ 785 (+15600%)
Mutual labels:  game
Contained.af
A stupid game for learning about containers, capabilities, and syscalls.
Stars: ✭ 730 (+14500%)
Mutual labels:  game
Networked Aframe
A web framework for building multi-user virtual reality experiences.
Stars: ✭ 803 (+15960%)
Mutual labels:  game
Term2048
🎉 2048 in your terminal
Stars: ✭ 777 (+15440%)
Mutual labels:  game
Citybound
A work-in-progress, open-source, multi-player city simulation game.
Stars: ✭ 6,646 (+132820%)
Mutual labels:  game
Avg Core
A Future-oriented Adventure Game Framework based on React & Pixi.js. Docs: https://avgjs.github.io/docs/
Stars: ✭ 740 (+14700%)
Mutual labels:  game
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+15280%)
Mutual labels:  game
Fungus
An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
Stars: ✭ 786 (+15620%)
Mutual labels:  game
Opensage
OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer: Generals and other RTS titles from EA Pacific. Written in C#. Not affiliated with EA.
Stars: ✭ 735 (+14600%)
Mutual labels:  game
Loxodon Framework
An MVVM & Databinding framework that can use C# and Lua to develop games
Stars: ✭ 802 (+15940%)
Mutual labels:  game
Effekseer
Stars: ✭ 728 (+14460%)
Mutual labels:  game
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (+15500%)
Mutual labels:  game
Gonet
go分布式服务器,基于内存mmo
Stars: ✭ 804 (+15980%)
Mutual labels:  game
Never Blink
👀Blink and lose.
Stars: ✭ 802 (+15940%)
Mutual labels:  game
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+15780%)
Mutual labels:  game

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 [email protected]: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/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].