britzl / mike_dangers

Defold implementation of the Mike Dangers game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mike Dangers

Update 1

Defold implementation of the Mike Dangers game. The purpose of this project was to replicate the same implementation created and presented by Emanuele Feronato on his excellent blog.

Update 2

Step two, adding Diamonds, of the Mike Dangers blog post is now also replicated in Defold.

Note that in Defold object creation is cheap so there's really no need for object pooling as in the Phaser example created by Emanuel.

Update 3

Step three, added Spikes, of the Mike Dangers blog post series is now replicated in Defold.

Update 4

Step four, game balance changes, of the Mike Dangers blog post series is now replicated in Defold.

Update 5

Step five, the complete game, of the Mike Dangers blog post series is now replicated in Defold.

Credits

Graphics by Emanuele Feronato.

Try it!

http://britzl.github.io/publicexamples/mike_dangers/index.html

New version

An updated version of this project can be found here: https://github.com/defold/game-climberz (play it: https://defold.itch.io/climberz)

About

Defold implementation of the Mike Dangers game


Languages

Language:Go 100.0%