No description
Find a file
2025-03-20 15:17:26 -03:00
.gitignore Initial Commit 2024-06-25 20:19:50 -03:00
Ball.cs Autoformat 2024-09-06 20:23:36 -03:00
flake.nix Add Flake 2025-03-20 15:17:26 -03:00
Game.cs Animate on-screen score display 2025-01-12 21:02:55 -03:00
IControllable.cs Initial Commit 2024-06-25 20:19:50 -03:00
IDrawable.cs Initial Commit 2024-06-25 20:19:50 -03:00
InputMap.cs Bounce Direction 2024-06-25 21:36:51 -03:00
IObject.cs Partially implement tiles 2024-06-26 20:22:07 -03:00
Paddle.cs Speed up 2024-07-06 17:18:06 -03:00
Program.cs Initial Commit 2024-06-25 20:19:50 -03:00
README.md Add README 2024-07-06 20:34:35 -03:00
Tile.cs Autoformat 2024-09-06 20:23:36 -03:00
tilebash.csproj Generate native executable on publish 2024-08-29 01:47:16 -03:00

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.