Asteroid Apocalypse is a game project built in 4 days during the Codaisseur web development bootcamp. The aim of the assignment was to build a full-stack multiplayer game app from scratch, implementing technology that supports multiple simultaneous games with a lobby system. The goal of our project was to implement a new technology (p5js) for the creation of custom graphics, and data streams.
- Clone the git repository
git clone git@github.com:zegenerative/asteroid-apocalypse-client.git
In the project directory
- Run npm install
- Run npm start. The app runs in the development mode on http://localhost:3000 in the browser.
- Checkout the Server ReadMe to install and run the server.
For a more detailed overview of what’s completed and what still needs to be implemented check: Project Board
This project was scaffolded using the create-react-app cli.
