diff --git a/template/src/leiningen/new/play_clj/README.md b/template/src/leiningen/new/play_clj/README.md index 618c480..01bc42e 100644 --- a/template/src/leiningen/new/play_clj/README.md +++ b/template/src/leiningen/new/play_clj/README.md @@ -1,11 +1,15 @@ -# {{name}} +# Introduction -A LibGDX game in which ... well, that part is up to you. +A play-clj game in which ... well, that part is up to you. -## Contents +# 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.