My first mini project from the JumpStart program. It is a Reversi game build using React together with Boardgame.io. (A framework that provides game state management as well as build-in functions for rules and board manipulation)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Fork the repository at https://github.com/joozybrain/reversi
- git clone from your repository
- yarn install
- yarn start
- View the application at https://localhost:3000
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- boardgame.io - The game framework used
- React - A JavaScript Library for building UI
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Benjamin Ang - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc