ZhuoHeiChaV2

Game Website

A Website Game Based on .Net Core platform; Sep.2021-Jan.2022

  • Using .Net Core platform in the backend, and Razor platform in the frontend. We use SignalR to connect the user client and our server.
  • Our project design follows the SOLID principles to make our project more understandable, flexible, and maintainable. We use Test Driven Design for some core logic classes.
  • Our project is multi-thread safe.