← Back

Angular Clicker Game

I made this game to practice a bunch of different facets of the tech stack. It has an Angular Typescript front-end and an ASP.NET Core back-end.

Users log in with their Microsoft account using Azure AD. 
The combat / clicking is handled through SignalR hubs.
It has a functional player marketplace, leaderboard and in-website game balancing and content creation (CRUD weapons, enemies, stats, etc.)


Technologies used:

  • C#
  • ASP.NET Core
  • Entity Framework Core
  • MSSQL
  • Angular
  • CSS
  • HTML
  • SignalR
  • AzureAD