+ 1
How c or any programming languages are used to make a games?
2 ответов
+ 3
Umm it's about the algorithm. The game designers think about how they want their game to work and then translate into simple steps which are then coded.
+ 3
A game can be divided into smaller modules each with its own algorithms as Prometheus 🇸🇬 mentioned and then these are implemented in code.