I created a version of the game packaged with
Electron, with compressed images and some additional features. It is possible to play as if it were a native application, without having to use the system browser. The main advantage of this is that save files are stored by default in a system folder,
requiring no additional management.
There is also the possibility to activate the
portable mode (creating a file called "portable.af" inside the game folder), where the save files are stored in a folder inside the game directory, allowing to install the game in a usb drive, for example, and play on multiple computers.
I also include a set of
shortcuts for basic functions:
Code:
Right Click — Open save/load menu.
Scroll Click/Print Screen — Screenshot (saved in "screenshots" folder inside the game directory).
F11 — Enable/Disable fullscreen mode.
F7 — Open restart dialog.
F4 — Exit the game.
The game window can be resized and there is the possibility to select the fullscreen mode at any time. Any change in window size or screen mode is saved and reloaded when the game is reopened.
I also created an android version using Cordova, but not include any additional features, just the vanilla game.
Win32 --
You must be registered to see the links
/ MEGA /
You must be registered to see the links
Win64 --
You must be registered to see the links
/ MEGA /
You must be registered to see the links
Linux32 --
You must be registered to see the links
/ MEGA /
You must be registered to see the links
Linux64 --
You must be registered to see the links
/ MEGA /
You must be registered to see the links
MacOS --
You must be registered to see the links
/ MEGA /
You must be registered to see the links
Android --
You must be registered to see the links
/ MEGA /
You must be registered to see the links
If you encounter any bug, please let me know.