A Pong clone written with the brute Entity Component System library, and play-clj
Currently only implements the desktop version, but have kept the stubs for iOS and android in case I want to implement those as well at some stage.
android/src
Android-specific codedesktop/resources
Images, audio, and other filesdesktop/src
Desktop-specific codedesktop/src-common
Cross-platform game codeios/src
iOS-specific code
cd desktop
lein run
All projects can be built using Nightcode, or on the command line using Leiningen with the lein-droid and lein-fruit plugins.
Copyright © 2016 Mark Mandel, Google Inc.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.