Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 363 Bytes

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