@Authors: To Vinh Khang, Bui Quang Khai, Du Thuan Long
Online 2D web game is a university project of I and my friends. We have used ASP .NET Core MVC with its main feature (SignalR) and HTML5 Canvas to create the real-time playing area between players so that the player can communicate and see other players.
1. You need
Dotnet 5.0.402
Dotnet EF 5.0.11
PostgreSQL 12.9
2. Update database
dotnet ef database update
3. Run command
dotnet run
4. Visit game page at
https://localhost:5001
Powered by KKL Software Team