Skip to content

puzzfuzz/othello-redux

Repository files navigation

othello-redux-icon othello-redux

Dependency Status Deploy

Othello Rules

For a long time now, I have used the game Othello as my test-bed problem for trying out new technologies. It incorporates the right mix of rendering, state management, and rules logic to serve as a small yet non-trivial application exercising most aspects of a real-world app stack.

I use a piece of this problem as one of my favorite interview question.

Tech used in this project

TODO

  • React Native
  • Server APIs to store game state and process moves
  • Add some flashiness and flare
  • Remove "Todo app" sample / boilerplate code

Prerequisites

If you are using different node versions on your machine, use nvm to manage them.

Installing

git clone https://github.com/puzzfuzz/othello-redux.git othello-redux
cd othello-redux
npm install

Play a game

Credit

Built on the shoulders of the exceptionally comprehensive boilerplate, Este.js.