diff --git a/Makefile b/Makefile index 7702476..eea125e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ endif rm bin/monkune-win32/readme.txt rm bin/monkune-win32/lovec.exe cat bin/monkune.love >> bin/monkune-win32/love.exe - mv bin/monkune-win32/love.exe bin/monkune-win32/KunKune.exe + mv bin/monkune-win32/love.exe bin/monkune-win32/Monkune.exe cp lib/bin-license.txt bin/monkune-win32/license.txt zip -9jr bin/monkune-win32.zip bin/monkune-win32 rm -rf bin/monkune-win32 diff --git a/README.txt b/README.txt index 1595c60..c0a2188 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,30 @@ MONKUNE ================================================================================ -is a puzzle-ish game made for Librejam 2020-01! +is a puzzle-ish game made for Librejam 2020-01. -BORING STUFF! + +INSTALL -------------------------------------------------- -Jaidyn Ann ! -Code under GPLv3 (see COPYING.txt)! -Art under varying (libre; see ./art/COPYING.txt)! -Libraries under varying (libre; see ./lib/COPYING.txt)! +LINUX/UNIX/HAIKU +-------------------- +Download and open the "monkune.love" archive with the `love2d` command. + +WINDOWS +-------------------- +Download and extract the "monkune-win32.zip" file. +From there, run "Monkune.exe". + + +"BUILD" +-------------------------------------------------- +The makefile can make both the "monkune.love" archive and the windows +executable. Make sure the `./bin/` directory exists, and that love2d +is installed with your package manager. + + +BORING STUFF +-------------------------------------------------- +Jaidyn Ann +Code under GPLv3 (see COPYING.txt) +Art under varying (libre; see ./art/COPYING.txt) +Libraries under varying (libre; see ./lib/COPYING.txt)