2014-01-06 13:23:19 -05:00
2013-12-29 02:37:31 -05:00
2013-12-31 22:44:34 -05:00
2014-01-01 00:08:50 -05:00
2013-12-28 20:22:37 -05:00

Introduction

A Clojure library that provides a wrapper for LibGDX, allowing you to write Clojure games that run on desktops (Windows/OSX/Linux), Android, and iOS. It is in a very early stage of development, so for now there is no documentation beyond the source code itself.

Installation

The recommended way to start using play-clj is to create a Clojure game project with Nightcode. It will automatically generate three separate Leiningen projects for desktop, Android, and iOS, all pointing to the same source code and resources directories. You can build the projects with Nightcode itself or with Leiningen on the command line (if you choose the latter, you will need to set up lein-droid and lein-fruit to build the Android and iOS projects respectively).

Licensing

All source files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.

Description
No description provided
Readme 33 MiB
Languages
Clojure 95.8%
CSS 2.2%
Java 1.8%
JavaScript 0.2%