/brute-play-pong

A Pong clone written with the Brute Entity Component System library, and Play-CLJ

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

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.

Screenshot

Contents

  • android/src Android-specific code
  • desktop/resources Images, audio, and other files
  • desktop/src Desktop-specific code
  • desktop/src-common Cross-platform game code
  • ios/src iOS-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.