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
- Host: GitHub
- URL: https://github.com/kaleidawave/simple-monogame
- Owner: kaleidawave
- Created: 2019-11-04T17:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T17:03:40.000Z (over 6 years ago)
- Last Synced: 2025-03-23T02:27:35.288Z (over 1 year ago)
- Topics: csharp, game-development, monogame
- Language: C#
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.