Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codemonkey25/breakout

A simple breakout game implemented using C#, MonoGame, and Jetbrain's Rider
https://github.com/codemonkey25/breakout

csharp dotnet monogame

Last synced: about 1 month ago
JSON representation

A simple breakout game implemented using C#, MonoGame, and Jetbrain's Rider

Awesome Lists containing this project

README

        

# Breakout
A simple breakout game implemented using C#, MonoGame, and Jetbrain's Rider

This is based on a Java program I wrote a while ago, and thought it would be a good starting point in learning MonoGame.

The game engine is heavily influenced by the book Monogame Mastery by Jarred Capellman and Louis Salin.