Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

July 19 (morning)

  • Created 2 basic shape bullets, so there are 3 bullet shapes (square, triangle and circle), they all are made with 2 frames to barely show behind a kind of fire
  • Pressing SpaceBar or Button A on a XBox Control Pad make the bullet change from square to triangle to circle to square again
  • Created a starfield background, based on 2 images: one for the far stars with gray color, and one for the near stars with white color a little bit bigger
  • Create the movement of the background, the far stars background moves slower than the near stars background. The way I did it was: for each background I made two game objects, and put one in front of the other, when one of the backgrounds is far enaogh out of window, move it again in front of the other.

So, what I made so far is created the sensation of movement, the camera is not moving, just the background to feel like move. And also created the mechanics to change the bullet shape.
With this I can now start working on enemies and the behavior of each type of bullets on them.