I need to produce a board game that will work together with a quiz and I will need a database to create user login and password and also record the player's position on the board when he stops playing and make a ranking of points accordingly with the login. I don't know much about databases. What would be the easiest way to implement this database and what database should I use? I heard about MongoDB and I even had a mongodb puglim with me.
EDITED: I just saw something about Google Spreadsheets. Could I also use Google SpreadSheets for this?
construct.net/en/tutorials/create-online-database-google-1373
Thanks for any help.