Thursday, February 25, 2016

Game dev starts today

So I have decided to start developing again. My first game will be a space shooter using wasd key movement while aiming at the mouse(think geometry wars style). This will be and html 5 game that I will post to newgrounds.

I will be using the phaser game engine as I have in the past, though it been so long, I have forgotten quite a lot of it will be an experience learning to use it again.

I am hoping to write a blog post at the end of each night of development.

So tonight I did the following.


  • Pulled in the Phaser game engine.
  • Loaded a basic screen.
  • Created a simple player
  • Setup the wasd controls
  • Setup the sprite angle to mouse control
  • Created a simple bullet
  • Made it where the player can shoot where the mouse is positioned.(The start location of this one is a little off, will fix later.)
  • Lastly, I condensed all the player logic into its own class to keep it clean.

No comments:

Post a Comment