Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Misero

1
Posts
A member registered Feb 12, 2017

Recent community posts

You probably want to program it in a compiled language rather than an interpreted one (I know Python isn't technically interpreted but w/e). That's not to say it's impossible (depending on what you want to do, you could afford the relatively slow nature of interpreted languages) but it's not the smartest idea. If you don't want to have to fiddle with memory management or pointers but still need a compiled language, you can try C#. It won't get you the performance that C/C++ will, but I've found that it's close enough if you're not doing anything extraordinarily resource intensive.