tcape / stc_game

Unity 3D Dungeon Crawler game. Junior project 2018/19
5 stars 2 forks source link

Database and API #188

Open tcape opened 5 years ago

tcape commented 5 years ago

As a user, I need a database to store user information, character data, and any data associated with my characters (items, quests, equipment, stats ... etc). I also will need an API to connect the game to this database with CRUD functionality.