
Notgate
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Overall
A Sokoban-style puzzle game where you use *signal*s to activate portals!NOTICE:While the website version also works, the executable version is recommended for you can add and edit maps as you wish and the shaders don't work in the web ver.
How to play
WASD to move; Z to undo; holding Z to undo continously.Commands system embedded in the game, you can type "/xx" to jump to the xx-th level and "/solve" to try to find out whether there is a solution to the current state of the map automatically. The commands are designed to assist with debugging and developing so trying to avoid use it may help you have a better gameplay experience. However, when you got stuck in a level, it would also be helpful to use "/solve" to find out if you were on the right path.
Map editing system
In executable version, the game reads maps under "assets/maps" naming "mapxx.txt" in order and it will returns to "map1.txt" when the game can't find the next map file.You can ultilize this system to add your own map or edit the existing maps.
More detailed information is written in README.md.