simplecs

Simplecs is a Component-Entity-System game engine used to write games in a modular fashion.

Leiningen/Boot

[simplecs "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

simplecs/simplecs {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("simplecs:simplecs:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>simplecs</groupId>
  <artifactId>simplecs</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>