0
What programs teach you how to makes games in C#?
like this moving characters item properties and functions for items and obviously animations and permissions for others and basically properties in game if you wanna know what im trying to make its a game called Pixelworlds i want that aspect of The world locks and world generation and admins and ingame moderators but i dont know how to learn that
1 Antwort
+ 3
As far as moving characters and item properties goes, you'd have to search up that specific thing. (Find a tutorial online, since it's fairly specific).
Unity is great for c#, it does both 3d and 2d, and it's free (non-pro version)! Wave or Xenko are also fairly good (I've heard). If you do plan to go with Unity, check out their Manual. https://docs.unity3d.com/Manual/index.html Unity themselves have plenty of tutorial on there, including Animation AND multiplayer networking!