Munchkin is a 3-6 player online multiple game based on Steve Jackson's popular board game Munchkin. The game was created in three weeks by a team of four software engineering students at Fullstack Academy as part of their final Capstone project.
https://youtu.be/9UhTvKb31Pg
To run Munchkin on your computer, you'll need to clone the Git repo onto your computer and install the dev dependencies:
git clone https://github.com/MunchkinsCapstone/Munchkin_RPG.git
npm install
npm run start-dev
will start the game.
The game will be viewable at http://localhost:8080/ in your browser.
You can check out a demo of the game at http://playmunchkin.com/ .