0
How can l make a game with c #?
5 Réponses
+ 3
you can't make graphical games without graphic library . BTW you can make CLI games using basic cs
+ 2
but which coding we should use to make a game
+ 2
Unity3d
+ 2
depends on the type of game you want to achieve... but obviously you're gonna need at least a library that handles graphics, sound and input, try unity3d, its very friendly, there are tons of stuff about it everywhere, just google it.
+ 1
Haider Ali in response to "Which language should we use to make a game?" If you're using Unity, C# and C++. Almost ALL console games are created with C++ and it is the most common game creation language to my knowledge. Sometimes you will use different languages for different functions, and it is rare for a production level programmer to know just one language. One language cannot do everything. ;)