Skip to content

draumaz/savesys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Savesys

A simple, expandable, variable-based save system.

Forked from the save system used in my other project, The Plains.

Functions

  • generate() is self-explanatory.
  • exists() checks to see if the save file exists and returns the corresponding boolean.
  • reader() scans the file and returns the numbers from the file into a Vec.
  • writer() scans the line and new number passed in, and writes to SAVE_NAME.

Install

C

Move "savesys.c" & "savesys.h" into your project.

Rust

Add the following to your Cargo.toml file.

[dependencies]
savesys = "3.5.11"

About

Variable-based save management library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages