Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 491 Bytes

File metadata and controls

14 lines (11 loc) · 491 Bytes

Space-Game

Purpose is to learn C# and explore game development with an engine

Demo

game

Goals & Features

  • Detect collisions, receive user input, and create player movements
  • Create power-ups including triple shots, laser beams, speed boosts, and shields
  • Apply shaders that transform your game backgrounds
  • Create enemies with basic AI behavior
  • Collect and destroy game objects
  • Implement sound effects, background music, and particle effects