All Projects → markmandel → brute-play-pong

markmandel / brute-play-pong

Licence: EPL-1.0 license
A Pong clone written with the Brute Entity Component System library, and Play-CLJ

Programming Languages

clojure
4091 projects
java
68154 projects - #9 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].