diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ has the distinct charm of a demo that was far too ambitious and rushed to be much more than a buggy proof of concept, but I do hope that enjoy it in some capacity. +The game's code is licensed under version 3 of the GNU General Public License, +and the artwork in =art/= with the exception of =font.png= is licensed under the +Creative Commons Attribution-ShareAlike 4.0 International License. A copy of the +GPL is available at =LICENSE=, and to view a copy of the CC BY-SA 4.0, visit +http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative +Commons, PO Box 1866, Mountain View, CA 94042, USA. The contents of =music/= are +in the public domain, and the =art/font.png= is licensed under the CC0. + * 1. Running the Game You will need the [[https://love2d.org/][LÖVE2D]] engine. Once you've obtained that, you can run the |