This is a project that runs Bad Apple(Madoka Magica Ver.) in the windows terminal using dotnet.
To run the project you must have the .NET 8 sdk and runtime installed
Download .NET 8.0 (Linux, macOS, and Windows)
To get the executable for Windows just run the command:
dotnet publish -r win-x64 -c Release --self-contained
Then enter the bin/net8.0/ folder and run the executable of the application inside the win-x64 application.