mines
Loading...
Searching...
No Matches
File format

Name Type
magic u8[5]
version u32
plays array(play)

Types

array(type)

Name Type
length u64
data type[length]

string

Name Type
string array(u8)

play

Name Type
player name string
started at i64
minefield width u32
minefield height u32
minefield bit[width * height]
moves array(move)

move

Name Type
at u32
x u32
y u32
type move_type

move type

enum(u8)

Name Value
uncover 0
uncover near 1
flag 2
mark 3
unflag 4