This is an adversarial web-based game of 2048. It has local and online multiplayer modes, as well as single player vs AI.
Currently hosted at jeremyhub.ninja/pvp-2048
It is built using Phaser and Firebase. It uses Mocha for testing.
To run the code:
- Install npm
- run
npm install
from the root of the project - run
npm start
- it should open a browser window to
localhost:8080
with the game running
If you want to run the tests:
- run
npm test
from the root of the project
It is deployed using github pages through the gh-pages
branch. To deploy:
- run
npm run deploy
(this will build the project and push it to thegh-pages
branch)
- Jeremy Hubinger
- Zane Tibbetts-Zesbaugh
- Garrett Hoffman
- Malek Kaloti