Clueless Unicorns is a simplified version of the popular board game Clue. The requirements of the application were set forth by the professors of Foundations of Software Engineering at Johns Hopkins University. In fact, this online-murder-mystery board game is the final project of the aforementioned course! We've moved through distinct software development lifecycle phases, providing deliverables all along the way.
- Krista D
- Jordan F
- Matt K
- Ryan K
- Clone the Repo.
git clone ...
- Move into the CluelessUnicorn directory
cd ...
- Run
npm install
- Run
npm start
and we have Liftoff! - Navigate to
localhost:8080
in your favorite browser!
- Run
heroku create
- Check the status of your branch
git status
- Run
git push heroku master
- Open it up with
heroku open
!
Special Thanks to Sir Jean-Baptiste (@bevy90) over at Team Zenith!