Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 340 Bytes

Example sum game implementation. It's mostly for demonstrative purposes.

Installation

  • clone this repository
  • Since ai-server-core isn't yet on maven central you need to clone the repository and run mvn install to install it into local maven repository
  • Observer the code and test how this behaves.. it's quite simple example