This repository has been archived on 2022-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
KikooDX 70e2291348 Merge branch 'master' of https://gitea.planet-casio.com/KikooDX/jtmm2 2021-01-06 18:43:06 +01:00
assets-cg update assets-fx 2020-12-31 18:56:43 +01:00
assets-fx update assets-fx 2020-12-31 18:56:43 +01:00
include Merge branch 'master' of https://gitea.planet-casio.com/KikooDX/jtmm2 2021-01-06 18:43:06 +01:00
levels Tile and bitmask system base 2021-01-04 18:02:11 +01:00
src Merge branch 'master' of https://gitea.planet-casio.com/KikooDX/jtmm2 2021-01-06 18:43:06 +01:00
.editorconfig [minor] Fixed a mistake in the .editoconfig :s 2020-09-15 12:24:05 +02:00
.gitignore Better friction, kinda. 2020-12-24 12:20:12 +01:00
COPYING Add GNU General Public License v3.0 2020-12-30 17:19:30 +01:00
Makefile First commit 🎉 2020-09-10 15:44:26 +02:00
README.md [README.md] Created with basic build instructions. 2020-09-21 14:58:56 +02:00
make_levels.sh Functionnal collision and movement code, it's pretty slow though (see TODO in player.c) 2020-12-22 10:53:01 +01:00
project.cfg First commit 🎉 2020-09-10 15:44:26 +02:00

README.md

Build instructions

Using the fxsdk and latest version of gint. Requires luajit.

For CG

$ ./make_levels.sh
$ fxsdk build-cg

For FX

$ ./make_levels.sh
$ fxsdk build-fx