No description
| .gitignore | ||
| Ball.cs | ||
| flake.lock | ||
| flake.nix | ||
| Game.cs | ||
| IControllable.cs | ||
| IDrawable.cs | ||
| InputMap.cs | ||
| IObject.cs | ||
| Paddle.cs | ||
| Program.cs | ||
| README.md | ||
| Tile.cs | ||
| tilebash.csproj | ||
This project was developed over a few hours during any downtime I got while in college. It is a simple Breakout clone made from scratch using C# and Raylib (using the Raylib-cs bindings)
Compile and run
To run this project, get .NET 8.0, and then simply run dotnet run, the game should start with no extra setup required.