You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game is web-based. The backend is developed using ASP.NET Core. Game logic is implemented fully on backend. User can play the game using his keyboard on a web page. All communication with the server is in real-time since game engine is running on backend and client simply renders the view and accepts inputs to control the game.