Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.37 KB

README.md

File metadata and controls

37 lines (23 loc) · 2.37 KB

NeonShooter Sample

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 .

Action Keyboard Gamepad Touchscreen
Move ship W, A, S, D Left thumbstick Not supported
Shoot direction Arrow Keys or mouse Right thumbstick Not supported
Shoot Space Left or Right Trigger Not supported

Exploring the Sample/Tutorial