Skip to content

ihabunek/isaac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isaac Savegame Parser

A savegame parser for Binding of Isaac: Rebirth

See it in action at isaac.bezdomni.net.

Database setup

CREATE TABLE savegame (
    id serial primary key,
    hash text unique,
    data text,
    uploaded timestamp
);

CREATE UNIQUE INDEX ON savegame (hash);

About

Save game parser for Binding of Isaac: Rebirth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages