This game is a local two player dice game where players battle with their dice rolls. You will attack and heal based on the results of 5 dice. Dice maybe re-rolled up to three time to try and achive the desired effects. Roll all 6's and land your Ultimate attack!
- Ruby on Rails
- React
- Redux
- SQLlite
- Fork/clone repo down
- After cloned open in code editor
- Run
npm install
npm start
- Once npm start is complete open a new terminal and cd backend
- Run
rails s
- The rails server can take some time to get started.
- You will not see any buttons to sign in or sign up until the servers successfullly starts.
This project is licensed under the MIT License - see the LICENSE.md file for details