A WebGame created to the http://js13kgames.com
You can try it now here: http://js13kgames.com/entries/dodos-escaping-from-extinction
You can create new levels to play adding parameters to the page URL, like this: http://js13kgames.com/games/dodos-escaping-from-extinction/index.html?level=30,5,-50,100|water,500,-10,300,100|exit,650,350,120&name=Try%20it&time=600
level - The only mandatory parameter to play your level. That will configure the game area.
- The
level
separates the stage things by pipes (|
). The only two mandatory are the first (dodos config) and anexit
. - The
dodos config
are expressed as:num-of-dodos,minimum-to-save,enter-x,enter-y
. - All things are expressed as:
type-name,x,y,width,height
, except to the exit wherewidth,height
are replaced by only onediamenter
value. - Thing types are:
water
,hole
andexit
.
time - Maximum time to accomplish the level.
name - Level name.
desc - Level description.
You can contribute with more levels registering a issue or informally adding links to http://new.okfnpad.org/p/dodos-levels