This is a fork of a project that me and my team (https://github.com/jfilm, https://github.com/Beidah) have created during the Mintbean one week hackathon at August 2021.
Welcome to Zombie Time! This is a web browser-based game developed for a week long Mintbean hackathon.
Zombie Time was developed without any major frameworks, just vanilla JavaScript. The goal of the project was to see what kind of game we could build in a week without any kind of game engine to rely on.
Git clone and cd into the repo folder:
git clone [email protected]:jfilm/zombie-time.git && cd zombie-time
Install the dependencies:
npm install
Run the command:
npm run start