/reversi

Primary LanguageJavaScript

Project Title

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)

Getting Started

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.

  1. Fork the repository at https://github.com/joozybrain/reversi
  2. git clone from your repository
  3. yarn install
  4. yarn start
  5. View the application at https://localhost:3000

Running the tests

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • boardgame.io - The game framework used
  • React - A JavaScript Library for building UI

Contributing

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Benjamin Ang - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc