How can l make a game with c #? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can l make a game with c #?

13th Dec 2016, 9:25 AM
mahmoud
5 Answers
+ 3
you can't make graphical games without graphic library . BTW you can make CLI games using basic cs
13th Dec 2016, 9:46 AM
Sun
Sun - avatar
+ 2
but which coding we should use to make a game
13th Dec 2016, 4:55 PM
Haider Ali
Haider Ali - avatar
+ 2
Unity3d
14th Dec 2016, 9:00 PM
Lennard Thiel
+ 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.
16th Dec 2016, 10:38 PM
Márcio Silva
Márcio Silva - avatar
+ 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. ;)
19th Dec 2016, 3:29 AM
Eris Rose
Eris Rose - avatar