Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codemonkey25/breakout
- Owner: CodeMonkey25
- License: mit
- Created: 2022-07-25T20:44:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:22:27.000Z (11 months ago)
- Last Synced: 2024-02-12T22:47:34.160Z (11 months ago)
- Topics: csharp, dotnet, monogame
- Language: C#
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Breakout
A simple breakout game implemented using C#, MonoGame, and Jetbrain's RiderThis 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.