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

https://github.com/kaleidawave/simple-monogame

A simple monogame application that demonstrates some of the basics within 200 lines of C# code
https://github.com/kaleidawave/simple-monogame

csharp game-development monogame

Last synced: 12 months ago
JSON representation

A simple monogame application that demonstrates some of the basics within 200 lines of C# code

Awesome Lists containing this project

README

          

# A simple monogame application

A simple monogame application that demonstrates some of the basics within 200 lines of C# code. Implements a turret to fire a projectile at a player controlled target. Control the player with the arrow keys and shoot using the spacebar.