Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

A small set of tools for the Vampire Survivors game written in Go

Notifications You must be signed in to change notification settings

hochbaum/vampire-survivors-tools

Folders and files

NameName
Last commit message
Last commit date
Feb 19, 2022
Feb 19, 2022
Feb 24, 2022
Feb 24, 2022
Feb 20, 2022
Feb 13, 2022
Feb 19, 2022
Feb 21, 2022
Feb 21, 2022

Repository files navigation

vampire-survivors-tools

A small set of tools for the Vampire Survivors game written in Go.

As of right now, this repository only contains a library for writing and saving save files and a command line tool which scans your game for the debug mode constant and enables or disables it.

Using the CLI tool

$ go build
$ ./vampire-survivors-tools.exe --debug # Enables debug mode.
$ ./vampire-survivors-tools.exe         # Disables debug mode.

Using the unmarshaler library

Run go get github.com/hochbaum/vampire-survivors-tools

Take a look into the the examples directory!

About

A small set of tools for the Vampire Survivors game written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages