Jump to content

Game list of phaser games


Mike
 Share

Recommended Posts

I just released my 10th game! It's a small platformer called Dark Blue.

Link: lessmilk.com/10/

 

attachicon.gif10n.png

 

Pretty cool game :)

 

Here's a BoosterMedia game made in Phaser :)

 

http://gamesplaza.com/preroll/wapromo/recommended/r16660/doc__amp__dog__bubble_fever

 

(I think made by their internal team, based on the tweet I got)

 

"Please rotate your device" = epic fail.

Link to comment
Share on other sites

I remade the space invader phaser game example.

 

What i changed:

  • Phaser 2.0.1 no Physics
  • Using require.js
  • Using State and Statemanager
  • 4 new stage: Load, Start, Play and End
  • The shooting is automatic ( Timer.loop() )
  • There are a lot more bullets
  • Instead of extending a group, i wrap the group inside a private class
  • Player and Aliens are configurable in the source
  • Player and Aliens have health(Player has healthbar) and bullets have damage 

What i did not change:

  • Images
  • Animations

So it almost look the same.

 

You can play it here: http://strykerkkd.github.io/SpaceInvaders/

 

Source is here: https://github.com/StrykerKKD/SpaceInvaders

Link to comment
Share on other sites

Phaser 2.0.1 game:

Magius the Wizard. You have to defend the Castle. Use spells and shield to kill enemies or avoid the enemy spells. Controls: Arrows or WASD, click on the toolbar for spells or use 1,2,3,4,5,6 on your keyboard. Game ends if you loose all your health, or the castle is destroyed.

http://svejkgames.com/game/magius-the-wizard_ep1/

Have fun! :)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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