Crates.io | maikor-vm-file |
lib.rs | maikor-vm-file |
version | 0.1.11 |
source | src |
created_at | 2022-05-03 17:14:33.498261 |
updated_at | 2022-08-07 10:37:32.032088 |
description | VM for playing Maikor games |
homepage | https://maikor.app |
repository | https://github.com/MaikorAppPublic/vm-file |
max_upload_size | |
id | 579939 |
size | 38,526 |
⚠️ 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
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
GameFileSummary::read(file_path);
//or
GameFile::read(file_path);