README.md
July 7, 2016 · View on GitHub
Introduction
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.

Contents
android/srcAndroid-specific codedesktop/resourcesImages, audio, and other filesdesktop/srcDesktop-specific codedesktop/src-commonCross-platform game codeios/srciOS-specific code
Running
cd desktop
lein run
Building
All projects can be built using Nightcode, or on the command line using Leiningen with the lein-droid and lein-fruit plugins.
License
Copyright © 2016 Mark Mandel, Google Inc.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.