Search found 2 matches

by Kemair
Mon Aug 24, 2020 1:46 pm
Forum: Support and Development
Topic: Mobile game considerations?
Replies: 6
Views: 4999

Re: Mobile game considerations?

Thank you everyone for the replies! Currently have a lot going so it took some time to get back to this post. 2d. Should I be skeptical of Lua's tables and getting creative with them? Lua has a problem. The garbage collector sucks. The more objects the GC needs to deal with, the slower it gets. For ...
by Kemair
Wed Jul 29, 2020 1:25 am
Forum: Support and Development
Topic: Mobile game considerations?
Replies: 6
Views: 4999

Mobile game considerations?

Hello everyone, I'm a new coder who finished CS50 about a month ago, so I have some basics of programming, and have made pong and the basic mario-like game from the CS50 tutorials. Please tailor your advice accordingly. I'm currently coding a game that is exclusively a mobile phone game. It will be ...