Hacker News new | ask | show | jobs
by zzo38computer 216 days ago
Do you have a document explaining all of the rules? (I think it is unfortunate that too many games do not make the rules clear by writing long documents about their working. How should you know how to do it if you do not know its working?)

(I had made a puzzle game engine that does not require a web browser nor an internet connection, and has no spyware or analytics or telemetry or anything else like that. Some puzzles can be made by it including stuff similar to sokoban.)

1 comments

There is a quick guide at the bottom of the page but the rule is simple just to move the ball to exit. The guide is only on how different tiles move.
Sokoban is you must move the boxes to the targets, although it can be called a class of puzzle games that are similar even if they do not involve moving boxes to targets; such as, it is a turn-based game with tile grid that has a puzzle to move around the pieces, etc.

(Also, it does not load, which is why I asked for a proper documentation.)