Search found 2 matches
- Mon Aug 24, 2020 1:46 pm
- Forum: Support and Development
- Topic: Mobile game considerations?
- Replies: 6
- Views: 5432
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 ...
- Wed Jul 29, 2020 1:25 am
- Forum: Support and Development
- Topic: Mobile game considerations?
- Replies: 6
- Views: 5432
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 ...