Ahoy thar! t'our group project designed by Bill Anderson, Donald MacRury 'n Mitchell McShane!
These instructions should get ye a copy o' th' project up 'n runnin' on yer local machine fer development purposes.
cd ../client
npm install
npm start
cd ../server
npm install
npm run server:dev
- Create and design a dice based browser game (Based on the dice game: Stuck in the Mud).
- Saves a top highscores table to a mongodb using an express server.
- Five dice total, dice that result in a 2 or a 5 become unplayable.
- Design some pirate themed images for display (skulls for 2&5) and CSS styling.
- Add Rules section.
- Time at the top, plus time of the highscore.
- Add a counter for number of throws per run.
- Different game modes, increase number of dice, increase number of stick numbers.
- Could add a memory game segment using the image resources.
Avast, up for a game of Roll the Bones? You'll have to be canny!
- Ye have 5 dice, ye get to roll them all and
- Add up your total for that roll
- But if ye get a two or a five
- Thats bones for you Matey!! Those dice won't roll anymore!
- Ye get to keep rolling with the rest untill ye run out of dice!!
- Your total gets added up and that'll be your final score Matey, you might even make the Leaderboard!