https://github.com/markmandel/brute-play-pong
A Pong clone written with the Brute Entity Component System library, and Play-CLJ
https://github.com/markmandel/brute-play-pong
Last synced: 9 months ago
JSON representation
A Pong clone written with the Brute Entity Component System library, and Play-CLJ
- Host: GitHub
- URL: https://github.com/markmandel/brute-play-pong
- Owner: markmandel
- License: epl-1.0
- Created: 2014-04-07T05:24:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T22:56:34.000Z (almost 10 years ago)
- Last Synced: 2025-07-14T03:35:47.406Z (11 months ago)
- Language: Clojure
- Size: 8.91 MB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
A Pong clone written with the [brute](https://www.github.com/markmandel/brute) Entity Component System library, and [play-clj](https://github.com/oakes/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/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](https://nightcode.info/), or on the command line using [Leiningen](https://github.com/technomancy/leiningen) with the [lein-droid](https://github.com/clojure-android/lein-droid) and [lein-fruit](https://github.com/oakes/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.