Skip to content

13uilding/project3

 
 

Repository files navigation

Ro-Sham-Bo

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

Open Source Code and Pull Requests

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.

Getting Started

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

Prerequisites

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.

Built With

  • 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

Major Contributors for Ro-Sham-Bo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CSS 4.9%
  • HTML 1.4%