rtlehr Posted December 30, 2014 Share Posted December 30, 2014 Hey all, I completed the prototype for my first game. It's based on Defender has been a ton of fun to develop. This was an exercise in learning Phaser and game development (this is the first game I created). The game is built from the ground up. Some notes... Object is to protect the humans by shooting the UFO's that come from the mother ship. The UFOs will come to kidnap the humans on the ground Some of the UFO's will chase you (the rocket). You have a shield and a power blaster to help. Some of the way the coding is broken up is just the way I like to organize things, the final programming gets put together with grunt.js There is no real "end game" state (yet) once the rocket is gone the game is over and you need to reload the page to replay. Controls On a desktop use the arrow keys to control the rocket, the "s" key to fire the lasers, "d" to fire the power blaster and the "a" for the shields On a mobile device use the joystick to the left to control the rocket, use the large middle button on the right to fire the laser, Blue button to fire the power shield and the Green button to use the shield. The Game http://avr.rosslehr.com Documented code http://avr.rosslehr.com/siteDocumentation/ Like I said, this has been a blast to develop. The more I got into it the more impressed I am with Phaser. Next up, develop levels and the final graphics. Thanks,Ross Link to comment Share on other sites More sharing options...
Mrst2L Posted January 1, 2015 Share Posted January 1, 2015 I love the art direction! After the spaceship dies, however, it turns invisible. Idk if this is a bug or intended. Link to comment Share on other sites More sharing options...
ranska Posted January 1, 2015 Share Posted January 1, 2015 There is white pixel around text on the preloader screen.Bug or came from text ? Link to comment Share on other sites More sharing options...
rtlehr Posted January 1, 2015 Author Share Posted January 1, 2015 Mrst2L - I've not finished the "Game Over" state. Once I do, then the game will end properly. ranska - Just a placement graphic for now. I'm in the process of creating final game graphics now. Thanks for the input!! Ros Link to comment Share on other sites More sharing options...
Recommended Posts