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_
toDatabases
folder - Start server via
dotnet run