Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)(-1)

what coding language did you code this in, just curios to know what my favorite games are coded in

C# with Unity as their engine. 

(+1)

The custom engine which handles input and audio is written in C/C++. The game logic is written in C# and we use Unity to cover the parts we haven't written ourselves (yet), like graphics rendering.