Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

coding language

A topic by Yair Mizrachi created Feb 06, 2021 Views: 98 Replies: 1
Viewing posts 1 to 2

what coding language can i use?

Submitted

You can use whatever you want. If you use Unity as an engine, you can use C# as a programming language. If Godot is your choice, you can use GDScript. Or maybe you want to do something with an Javascript framework. Or something exotic and you program everything from scratch using C++ (which wouldn't be the best choice for a game jam). Python with PyGame would also be an alternative.