Just some random game without a name I feel like making. That's right, in one class file ;)
trizen -S game-git
or
git clone https://github.com/Arinerron/Game.git && cd Game
To start the game, simply execute:
sh run.sh
Or, you can optionally add space-separated parameters, like:
sh run.sh --nopan --jump --dither
The allowed parameters are:
-d/--dither- Force 8bit colors & enable dithering?-p/--nopan- Disable panning?-j/--jump- Enable jumping?-e/--tileeditor- Launch tile editor instead of game?
W- Move upA- Move leftS- Move downD- Move rightR- RespawnB- Toggle 8-bit rendering modeF2- ScreenshotF3- Display debug info<SPACE>- Jump (disabled by default)<RIGHT_CLICK>- Hold to pan view and speed walk<MIDDLE_CLICK>- Hold to speed walk towards mouse<SHIFT>- Slow walk
sh run.sh --tileeditor