/vue-reversi

a [human-vs-human] reversi game in Vuejs

Primary LanguageVue

TODO:

  • Let the user choose his opponent (human or computer)
  • Add a nice background music
  • Add some cool animations
  • Add more unit tests (when the chai-typescript bug is fixed)
  • Add three levels of difficulty when playing the computer;
    • Level 1: choose next move randomly
    • Level 2: choose next move giving maximum score
    • Level 3: implement a Minimax algorithm with pruning
  • Add a responsive layout

Alt text

reversi

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

vue-reversi