Wizznic is an implementation of the arcade-classic Puzznic, written for the GP2x Wiz, Linux and Windows. All Puzznic levels are removed from the main pack, and there are now 82 levels, most which are totally new and finally there’s music!
Changes:
Fixed a bug where teleport strings could get too long and sometimes crash the game.
Added cheat.
Time spent solving level was reset when player used retry.
Using cURL(windows) and wget(*nix), wizznic will now upload level-statistics:
The game asks you to accept (Ctrl) or disable the function (Alt) on first start, it can also be enabled/disabled from options menu.
The info is sent to: http://dusted.dk/wizznic/commit.php and contains the following fields:
version, pack, level, score, moves, time, and action (which can be either “check”, “restart”, “complete”, “gameover” or “lost-life”)
This information will be very helpful to order the levels.
Script to move levels around. ( tools/movlev.sh (works on .))
It’s no longer possible to place a “reserved” brick from the editor (the “reserved” type is used internally)
The cursor can now be changed from level-files with cursor=cursorname.png (relative to packname/themes/cursors/)
Default cursor should now be PACKNAME/themes/cursors/cursor.png, but the game will still fall back on PACKNAME/cursor.png
Added new Teleport sound.
Particle effect on teleport
Added direction-switching delay to horizontal mover, solves bug that brick
cant be dropped of a mover with a travel distance of only 2 spaces.
Adjusted direction-switching delay to 500 ms instead of 30