nchnsn / othello

0 stars 1 forks source link

othello

Writing a version of the popular board game Othello (aka reversi) from scratch. The goal of this project is:

  1. To work on architecting an application with multiple components and better understanding Model, View, Controller.
  2. To think about my Javscript components in a way where I am being efficient, not creating global variables, reusing as many components as possible, and building scalable JS, HTML that I don't have to rewrite everytime I change something about the game.
  3. Provide me with a tangeble starting point that I can use to refactor as I introduce new concepts, frameworks, into my skillset.

Step 1

Step 2

Step 3

Step 4