Skip to content

alete89/Munchkin_RPG

 
 

Repository files navigation

Munchkin

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.

Video Presentation

https://youtu.be/9UhTvKb31Pg

Installation

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

Start

npm run start-dev will start the game.

The game will be viewable at http://localhost:8080/ in your browser.

Demo

You can check out a demo of the game at http://playmunchkin.com/ .

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • CSS 6.6%
  • Shell 1.2%
  • HTML 0.6%