mkjems / game-a

A cowboy duel game for two players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

game-a

A cowboy duel game for two players

To setup client

cd client

npm install

To build client

grunt

To setup server

cd server

npm install

To run server

./start-server.sh

The server will run on http://gunfight.ca:3000/ . So add gunfight.ca to your etc/hosts file in the 127.0.0.1 line

Game controls

a s w d - movement space - fire l - reload gun

About

A cowboy duel game for two players


Languages

Language:JavaScript 100.0%Language:Shell 0.0%