Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyfinch/twbtw
Entry for Ludum Dare 30
https://github.com/anthonyfinch/twbtw
Last synced: about 1 month ago
JSON representation
Entry for Ludum Dare 30
- Host: GitHub
- URL: https://github.com/anthonyfinch/twbtw
- Owner: anthonyfinch
- Created: 2014-08-25T01:30:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T01:31:31.000Z (over 10 years ago)
- Last Synced: 2024-04-25T02:31:15.281Z (8 months ago)
- Language: Clojure
- Size: 9.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
A play-clj game in which ... well, that part is up to you.
## 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## 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.