Switch-based puzzle platformer for Sortix
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Juhani Krekelä 3d727b8352 Replace tixbuildinfo with tix.port 8 months ago
.gitignore Name the game 1 year ago
CC0 2022-01-13 1 year ago
Makefile Fix indentation in Makefile 8 months ago
README Fix typo in date 8 months ago
dirt_tile.txt Multiple tiles 1 year ago
example-bundle.txt Use all tile types in example-bundle.txt 1 year ago
flag_tile.txt Multiple tiles 1 year ago
grass_tile.txt Multiple tiles 1 year ago
player_stand_tile.txt Player graphics 1 year ago
player_walk1_tile.txt Player graphics 1 year ago
player_walk2_tile.txt Player graphics 1 year ago
plus-pack-1.txt Plus Pack 1 9 months ago
rebind_jump1_tile.txt Add control rebinding 1 year ago
rebind_jump2_tile.txt Add control rebinding 1 year ago
rebind_left1_tile.txt Add control rebinding 1 year ago
rebind_left2_tile.txt Add control rebinding 1 year ago
rebind_rebind1_alt_tile.txt Add control rebinding 1 year ago
rebind_rebind1_tile.txt Add control rebinding 1 year ago
rebind_rebind2_tile.txt Add control rebinding 1 year ago
rebind_rebind3_tile.txt Add control rebinding 1 year ago
rebind_right1_tile.txt Add control rebinding 1 year ago
rebind_right2_tile.txt Add control rebinding 1 year ago
stage1_tile.txt Add stage selection screen 1 year ago
stage2_tile.txt Add stage selection screen 1 year ago
stage3_tile.txt Add support for 8 levels 1 year ago
stage4_tile.txt Add support for 8 levels 1 year ago
stage5_tile.txt Add support for 8 levels 1 year ago
stage6_tile.txt Add support for 8 levels 1 year ago
stage7_tile.txt Add support for 8 levels 1 year ago
stage8_tile.txt Add support for 8 levels 1 year ago
star_tile.txt Stages can now be beat 1 year ago
switch0_off_tile.txt Add all the types of switches 1 year ago
switch0_on_tile.txt Add all the types of switches 1 year ago
switch1_off_tile.txt Switchable tiles 1 year ago
switch1_on_tile.txt Remove unnecessary palette entries 1 year ago
switch2_off_tile.txt Add all the types of switches 1 year ago
switch2_on_tile.txt Add all the types of switches 1 year ago
switch3_off_tile.txt Add all the types of switches 1 year ago
switch3_on_tile.txt Add all the types of switches 1 year ago
switch4_off_tile.txt Add all the types of switches 1 year ago
switch4_on_tile.txt Add all the types of switches 1 year ago
switcher.c Add support for loading stages from a file 1 year ago
tile1_off_tile.txt Switchable tiles 1 year ago
tile1_on_tile.txt Switchable tiles 1 year ago
tile2_off_tile.txt Add all the types of switches 1 year ago
tile2_on_tile.txt Add all the types of switches 1 year ago
tile3_off_tile.txt Add all the types of switches 1 year ago
tile3_on_tile.txt Add all the types of switches 1 year ago
tile4_off_tile.txt Add all the types of switches 1 year ago
tile4_on_tile.txt Add all the types of switches 1 year ago
tile_compiler.py Make tile_compiler.py hashbang more portable 1 year ago
tix.port Replace tixbuildinfo with tix.port 8 months ago

README

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.