Suggested browser mode icon

Cloak

by Mike Arnautov
version 1.5, 2022-May-25


Suggested console mode icon
 

Please see Roger Frith's site for implementations of the demo game in other Adventure authoring systems.


Play it now

You can play Cloak right now, either on a cloud server or, if you are using a robust modern browser, on your local machine (227.5 KB).
 
The local version works well with up-to-date Firefox, Chrome, Safari and MS Edge, though other browsers may not cope and some ad- and popup-blockers block it for some reason. It runs strictly locally, with no further network access – games are saved in your browser's local storage space. You can save the page locally too, and later just point the same browser at the saved html file to continue playing.

Pre-built versions

The HTML/JavaScript version is obviously architecture independent. The Linux Qt5 build is for 64 bit x86 machines. MacOS build is also for 64 bit x86 machines. All other builds are for x86 32 bit architecture, which at present also works on 64 bit machines.

The current A-code version, used to construct all builds on offer, automatically gives the game a persistent state, even though the game itself offers no such facility. This means that if the game is interrupted in whatever way, on restarting it will automatically restart at the point of interruption, unless a new game is explicitly requested.

 

Game sources

A-code source of Cloak can be found in the gzipped tarball cloak-1.5-src.tgz (1.1 MB), or equivalently in the zipfile cloak-1.5-src.zip (1.1 MB).

Both packages also contain sources of the acdc A-code to C trtanslator and of the A-code kernel, used in building executables offered by this page. They also contain game's C-soures, already converted frome the A-code source by the acdc translator and combined with the required kernel sources, ready to be compiled and linked with any ANSI C compiler. Full A-code documentation (version 0.9) and other potentially useful bits and bobs are also included.


To the Adventure downloads page
To the Mipmip home page
Feel free to leave a comment!
Mike Arnautov (25 May 2022)