This project is developed as an example for the lecture Software Engineering at the HTWG Konstanz.
You can compile code with sbt compile
, run it with sbt run
, and sbt console
will start a Scala 3 REPL.
Hexxagon is a strategy board game played in a 2 player mode. The goal is to capture as many fields as possible on a hexagonal grid. The player with the most stones on the board wins.
You can place your stones by inputting a two-indexed location. All adjacent Fields with opposite stones become your own.