
About
Maxit is a two-player abstract board game played on an N-by-N grid of randomly placed numbers. Players alternate selecting a number from the current row or column, adding it to their score and making it the new current position, until no more moves remain in that row or column; the higher score wins. KittenMaxit is an implementation of Maxit built with the LibGDX library, with its move logic based on a greedy algorithm that picks the best available value bordering the current position at each step. It requires 32-bit Java to run and does not support 64-bit Java.
Getting started
A prebuilt jar is available for direct download from the repository's distributions folder; running it requires 32-bit Java, as 64-bit Java is not supported. The project can also be imported into Eclipse for development.