Empty Your Mind Tutorial 10

From SwinGame

This tutorial will teach you how to use the SwinGameSDK to develop a simple danmaku game which looks cool. At the end of this tutorial you should be able to use pascal to implement your own space invaders or scrolling shooter style game which makes use of Vectors, animated Sprites, SoundEffects, and Music.

This page contains a Tutorial. Tutorials are designed to walk you through the development of a small game.
Warning: You must have completed the previous tutorial(s) to go through this tutorial

Extending The Game

You can keep extending the game that we have made because lots of things are still missing.

  • Effects such as explosions
  • HUD
  • Menu
  • Game over screen
  • Bombs
  • Items
  • More bullet patterns
  • Laser beams
  • More flexible enemy movement

Summary

Good Luck!

List Of Tutorials

  1. Introduction
  2. Player Ship
  3. Background
  4. Bullet pt.1
  5. Bullet pt.2
  6. Music and SoundEffect
  7. Enemies pt.1
  8. Enemies pt.2
  9. Collision Detection
  10. Further Extensions