Switch-based puzzle platformer for Sortix
.gitignore | ||
CC0 | ||
dirt_tile.txt | ||
example-bundle.txt | ||
flag_tile.txt | ||
grass_tile.txt | ||
Makefile | ||
player_stand_tile.txt | ||
player_walk1_tile.txt | ||
player_walk2_tile.txt | ||
plus-pack-1.txt | ||
README | ||
rebind_jump1_tile.txt | ||
rebind_jump2_tile.txt | ||
rebind_left1_tile.txt | ||
rebind_left2_tile.txt | ||
rebind_rebind1_alt_tile.txt | ||
rebind_rebind1_tile.txt | ||
rebind_rebind2_tile.txt | ||
rebind_rebind3_tile.txt | ||
rebind_right1_tile.txt | ||
rebind_right2_tile.txt | ||
stage1_tile.txt | ||
stage2_tile.txt | ||
stage3_tile.txt | ||
stage4_tile.txt | ||
stage5_tile.txt | ||
stage6_tile.txt | ||
stage7_tile.txt | ||
stage8_tile.txt | ||
star_tile.txt | ||
switch0_off_tile.txt | ||
switch0_on_tile.txt | ||
switch1_off_tile.txt | ||
switch1_on_tile.txt | ||
switch2_off_tile.txt | ||
switch2_on_tile.txt | ||
switch3_off_tile.txt | ||
switch3_on_tile.txt | ||
switch4_off_tile.txt | ||
switch4_on_tile.txt | ||
switcher.c | ||
tile1_off_tile.txt | ||
tile1_on_tile.txt | ||
tile2_off_tile.txt | ||
tile2_on_tile.txt | ||
tile3_off_tile.txt | ||
tile3_on_tile.txt | ||
tile4_off_tile.txt | ||
tile4_on_tile.txt | ||
tile_compiler.py | ||
tix.port |
Switcher is a an entry to 6AMES MADE QUICK???, a game jam set during AGDQ 2022. Switcher is developed for the Sortix platform, and requires features from the staging branch / volatile builds. It targets the current staging APIs as of 2022-01-16. Controls -------- Left arrow key - left Right arrow key - right Space - jump R - rebind controls Building -------- Switcher can be built and installed either with make directly: make && make install or with tix-build (executed from the parent directory): tix-build switcher/ && tix-install switcher.tix.tar.xz Self-made levels ---------------- If switcher is launched with a single command line argument, it tries to load a level bundle from the specified file. See the file example-bundle.txt for format.