san-mate / turn-based-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survivor's Strategy: Zombie Outbreak

An online, web-based multiplayer game where players must cooperate to survive a fast-spreading zombie apocalypse. Engage in grid-based, turn-based battles as you scavenge in destroyed environments, collect vital supplies, and assist fellow survivors. Immerse yourself in this post-apocalyptic world where 'Survive another day' is the only goal.

Dependencies

It's recommended to use NVM to install Node.js v16.15.1

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install 16.15.1

Installation

npm install

Testing

Tests are written using AVA.js tools

npm test

To debug tests:

npm test debug

About


Languages

Language:JavaScript 100.0%