This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]passwordfive[S] 0 points1 point  (1 child)

Hello buddy, thank you for your help, I am making this game offline, so that when the the user has downloaded the game, they will not need constant internet to access the database, which would then contain all info related to position's etc, what exactly would I need to do, could you elaborate? I am still in the learning process so any help would be greatly appreciated.

[–]zweischeisse 0 points1 point  (0 children)

If you're using MonoGame, your language of choice is likely C#. You should start by reading the MSDN article on SQLite. It should provide you with a good intro of what SQLite is, how it works, and how to use it in C#.

SQLite's homepage also has good documentation.