com.github.brandoncorrea/ttt-core

Tic Tac Toe core logic

Leiningen/Boot

[com.github.brandoncorrea/ttt-core "0.1.3"]

Clojure CLI/deps.edn

com.github.brandoncorrea/ttt-core {:mvn/version "0.1.3"}

Gradle

implementation("com.github.brandoncorrea:ttt-core:0.1.3")

Maven

<dependency>
  <groupId>com.github.brandoncorrea</groupId>
  <artifactId>ttt-core</artifactId>
  <version>0.1.3</version>
</dependency>