A Roguelike + Speedrun game based on Binding of Isaac.
This game runs on the p5.js library.
And made for a School project.
Install 2 apllications:
Launch git bash
Install dependencies
npm install --global http-server
Clone repository (using git bash)
git clone https://github.com/KOGELSPONS/COWBOIS
Go to the project directory
cd COWBOIS
Start the server
http-server
Open a webbrowser and navigate to http://localhost:8080/
Stop the server by pressing CTRL + C in git bash