0

Is c# can use to build a game

9th Aug 2019, 3:44 PM
Samrat Ulhe
Samrat Ulhe - avatar
3 Respostas
+ 8
So yes, C# is good for game development - because you can use it in Unity. Microsoft's XNA framework (Microsoft XNA Game Studio 4.0) was a great way to get into independent game development, and that was driven by C#. ... The script/code for Unity games can be written in javascript or C#.
9th Aug 2019, 5:28 PM
Muaz Ahmad
Muaz Ahmad - avatar
0
Of course, you can develop game with c# using libraries: XNA FNA(Terraria coded with fna and c#) Monogame OpenTK SFML TaoFramework SharpGL Or you can use engines: Unity Godot
11th Aug 2019, 1:27 PM
Byte
Byte - avatar