Search found 3 matches

by poids
Sat Jun 13, 2020 10:14 am
Forum: Support and Development
Topic: mongoDB to Store Game MetaData?
Replies: 2
Views: 5001

Re: mongoDB to Store Game MetaData?

I ended up finding this site with mongoDB API for lua: https://api.mongodb.com/lua/0.1/ I want to try with some sample data but my thinking is I would perform read at beginning of the game and a write at the end after game is finished. All meta-data would be store in tables just in virtual memory un...
by poids
Wed Jun 10, 2020 8:17 am
Forum: Support and Development
Topic: mongoDB to Store Game MetaData?
Replies: 2
Views: 5001

mongoDB to Store Game MetaData?

Hi I am currently in very early planning stages for what I want to be my first real game and was thinking about introducing a global scoreboard that would store and compare top scores from different players around the world. Since mongoDB is free when running off M5 or any small AWS free-tier instan...
by poids
Wed Jun 10, 2020 8:12 am
Forum: General
Topic: Career as Game Developer
Replies: 2
Views: 5297

Career as Game Developer

Hello everyone! This is my first post and I am very new to love2d and game development in general. I just built a small sandbox game using box2d to make realistic collisions of balls that the player can click to add on the screen. It was mostly for me to test out how a physics engine works and how g...