Skip to content

Liczi/Othello

Repository files navigation

Othello project

This repository contains two modules:

  • game: implementation of Othello (Reversi) game logic and AI strategies using:
    • min-max
    • alpha-beta
    • heuristics
  • web: game UI implementation using:
    • Spark: performant web framework using Jetty web container
    • Angular 4.0
    • TypeScript and jQuery for dynamic game handling