A simple Space Invaders-like game made with SFML.Net. I made this for my year 10 computing project in 2020, so don't expect the code quality to be anything incredible, I may work on it some more and improve it eventually if I have time to.
You will need these things:
- A computer. Preferably running Linux or Windows, I don't have a Mac to test it on
- Dotnet SDK with the CLI tools
- SFML and CSFML libraries if you are running Linux. On Windows these are included with SFML.Net
Then follow these steps:
- Restore the C# project dependencies:
dotnet restore
- Build or run the project:
dotnet build
ordotnet run
- Have fun playing (if you want to)
The font used in this game is "IBM BIOS" by VileR, which can be found here