Skip to content

TheGeekiestOne/Csharp-monogame-udemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Csharp-monogame-udemy

MonoGame: Introduction to C# Game Programming

Learn game development with C# by utilizing the popular MonoGame framework!

#Course Link: https://www.udemy.com/monogame/

All projects from my Udemy course: MonoGame: Introduction to C# Game Programming

There are three complete games available, all of which are free for you to use however you like:

Shooting Gallery - Time-trial game where you must shoot as many given targets in the given amount of time by clicking with the mouse. To accomplish this, we draw graphics to the screen, read mouse input, calculate real-world time, and keep track of and display the score.

Spaceship - Control a spaceship as it flies through space. Avoid the incoming asteroids that progressively get faster and more frequent in order to survive for as long as possible. Project implements frame-safe movement of objects, reads keyboard input, dynamically spawns asteroids with an increasing level of speed and frequency, handles basic collisions, and features a basic main menu.

RPG - Standard action-RPG where you control a character with the ability to shoot projectiles at enemies that chase down the player. Utilizes spritesheet animations, basic AI, level generation and object spawning using Tiled, a game camera that follows the player, and collisions between objects of varying types.

Releases

No releases published

Packages

No packages published

Languages