Jump to content

My First Phaser Game


rvizcaino
 Share

Recommended Posts

Thank you tsphillips, I have a code where the enemies can only be killed after 150px, but I guess I must down this number almost to zero, what I want is to avoid invisible kills when enemies are outside screen. Thanks for your positive feedback, I am adding more enemies and a special attack for a little variety. Also want to add a leaderboard.. any idea about how can implement this??

Link to comment
Share on other sites

It's fun and can only get better with more refinement. Great job for game one's core. 

 

I ran into the same issue with creatures being invulnerable. Though it seemed like enemies ignored collisions with bullets that were already on screen when the enemy appeared. This was really noticeable once I had the 5-wide  projectiles.  

 

I think you could implement the high score board using local storage -- http://www.w3schools.com/HTML/html5_webstorage.asp. If local storage wasn't' supported you could used a cookie as a fallback. Though that would be more easily wiped.

Link to comment
Share on other sites

Yes Funkyy, I am implementing some things for spice up a bit. For example, when an enemy touch you, will lose power ups, also enemies with the ability of firing (Maybe grapes), maybe enemies that not die in first shot, what do you think about this ideas?

Link to comment
Share on other sites

Yeah, those are good, the thing is that after some play (30-40 seconds) I had so fire power I wasnt able to lose, so anything that could change that would be great.

Anything that is immune/reflects/shields would be great :)

 

I will keep an eye on this project, it looks nice!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...