Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 987 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 987 Bytes

Slib

Easy saving in Love2D!


Forum theme: Love2D Forum.

See cool documentation and simple tutorial!

Hi! My nickname is Snuux, and I created a new library for easy saving and loading tables in your game.

Slib can encrypt your save file! And if the player doesn't have a special key, and an alghoritm for decryption, he can’t change the save file.
If you need it, Slib can create more than one file. And in Slib you can manage encryption of specal keys yourself.

In benchmark I don't use single table. I use a table in a table (for example).


In the repository you can find benchmark, and a more useful example!