12 releases

0.1.11 Aug 7, 2022
0.1.10 Jul 23, 2022
0.1.9 May 29, 2022

#246 in Games


Used in 2 crates (via maikor-vm-core)

MIT license

31KB
830 lines

Maikor

⚠️ Work in progress

Links may be broken, features missing, etc

Cross platform 16 bit game system

See more at maikor.app and the project homepage

Play

Android

iOS

Windows, macOS and Linux

Make

iOS IDE

Desktop IDE

Build tools

REPL

Docs

vm-file

This library can be used to read and write Maikor game files.

Struct Use Min Size Max Size
GameFileSummary Summary 22B 790B
GameFile Whole file 9KB 6MB

GameFileSummary has the game name, version and ID

Usage

GameFileSummary::read(file_path);
//or
GameFile::read(file_path);

Dependencies

~0.8–1.6MB
~35K SLoC