Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi
I would like to develop the online game by using Asp.Net Core and Angular 8 and Dotnet framework.
Could you please assist that the above technologies suitable for develop online games that should be useful for mobile and tab also.

Can we create online games or do i need to choose any other framework ,technology?

Could you please suggest which are the best technology or development tool is better to develop online games Like Play cards, Thumbola/Juldi 5

What I have tried:

I Have tried with Asp.net core and Angular 8

Is it ok for both Mobile and Web online games?
Posted
Updated 6-Apr-20 6:32am
Comments
Richard MacCutchan 6-Apr-20 3:46am    
ASP.NET lends itself to all forms of online applications, so is a good choice.
F-ES Sitecore 6-Apr-20 6:32am    
You can make browser-based games, but not "proper" games, ie app-based ones. For that maybe look at Xamarin or Unity.
DGKumar 6-Apr-20 10:10am    
Thank you for response
Can we use Angular based development in Xamarin and Unity or is it separate framework to build mobile and web based game oriented applications?
Is dotnet framework fully supported for gamming applications?
F-ES Sitecore 6-Apr-20 13:01pm    
No, angular is a web-based framework, if you want to write a native android app then it won't be web-based. Both Xamarin and Unity let you use c# to write android apps (Unity does far more including PC, XBOX etc). If you want to use angular then you'll need to write a website and probably have a native android app that just hosts that website inside it, like an embedded webcontrol.

1 solution

You might be interested in engines-for-easily-creating-online-multiplayer-games[^]

The Unity game engine supports C# and cross-platform development, see:
3d-c-game-engines~unity[^]
best-beginner-resources-to-learn-unity[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900