This is a part of one of my C# practice projects, it is not designed for production use. The code is shared mostly for demonstration purposes.
The project consists of two solutions:
- Highscore Service (uses gRPC for communication, EFCore SQLite for data storage) - Code stored in this repository
- Highscore Client (a minigame built with Godot game engine using C# as a simple test client for the service) - Code stored here (https://github.com/Ivan-267/gRPCHighscoreServiceTestGameClient)