Another server emulator for Love Live! School Idol Festival, written in C#. Designed to teach and practice programming skills in first place.
Current status: lack of most of features
Currently you need to build it from sources by yourself.
This project target .NET 8 that currently in preview state.
- Download and install .NET 8 preview
- Clone this repository via
git clone https://github.com/Salaron/sunlight - Place
item.db_,live.db_,museum.db_,unit.db_andsv_live_notes.db_toDatabasesfolder - Start server via
dotnet run