NeonShooter Sample

December 6, 2021 ยท View on GitHub

Neon Shooter Sample

This project shows you how to make a Geometry Wars-inspired twin-stick shooter, with neon graphics, crazy particle effects, and awesome music.

Find the original tutorial series for this sample here: Cross-Platform Vector Shooter: XNA - Michael Hoffman

The tutorial includes:

  • XNA: Basic Gameplay - Teaching basic input, drawing and game creation
  • XNA: Bloom and Black Holes - Adding effects and basic shaders
  • XNA: Particle Effects - Adding a custom particle system for show
  • XNA: The Warping Grid - More graphical wonder and math to warp the screen

Player Controls

The player character is controlled using either the keyboard, gamepad or virtual gamepad .

ActionKeyboardGamepadTouchscreen
Move shipW, A, S, DLeft thumbstickNot supported
Shoot directionArrow Keys or mouseRight thumbstickNot supported
ShootSpaceLeft or Right TriggerNot supported

Exploring the Sample/Tutorial