[GameMaker Tutorial] Simple Embedded database using Grid Data Structure
GameMakerBlog Tutorials Create A Simple Database with DS_GRID Games require a lot of information, everything from player hp, mana, level, skills, attack power, sprites, and even quest lists. Storing that data is a common problem that has many different solutions, though when you want to make something simple, portable and only use the base language […] More