Ro-Sham-Bo is a Player vs. Computer game expanded off of the schoolyard Rock-Paper-Scissors game. In Ro-Sham-Bo, we follow our friend Choop as he battles three enemies and eventually three more bosses. Play your own Choop adventures at Choop Link
If you want to add to Choop pull requests will be reviewed by a contributing member. Pull request will be reviewed as soon as a contributor can review and contributors are not obligated to approve said requests. Please follow below to reduce the amount of merge conflicts.
After forking or cloning this repo, you will need to run a npm i package.json. This will install the major dependencies for both package.jsons. Run mongod if needed and seed your database using npm run seed at the directory root level.
git clone [email protected]:mnorthup2207/project3.git
npm i
npm run seed
Make sure you have the newest node.js, ReactJS, Redux, and Material UI installed. Ro-Sham-Bo is a JavaScript game built with ReactJS and ReduxJS. Knowledge within these two technologies is a must.
- REACT JS - REACT client facing Framework
- Redux - Redux Global Store Management
- MongoDB - Database storage frame
- Mongoose - MongoDB object modeling for node.js
- Material UI - CSS Framework within REACT
- Dan Brown | GitHub Link
- Login Moody | GitHub Link
- Matt Jeffords | GitHub Link
- McCabe Northup | GitHub Link
