Maikor

Cross platform 16 bit game system

See more at maikor.app

Play

Android

iOS

Windows, macOS and Linux

Make

iOS IDE

Desktop IDE

Build tools

Project breakdown

Major

Minor

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);