Dino Run
Last updated
Last updated
Demo:
Int
Base speed.
180
Float
Acceleration.
0.01
Int
Jump force (from ground level, same unit).
25 (%)
Int
Gravity strength.
130
Int
Ground level (from the top of the game).
85 (%)
Int
Sky level (from the top of the game).
10 (%)
Int
Number of clouds.
3
Int
Number of obstacles (warning: if 0 the game becomes endless).
2
Int
Number of sprites on obstacles (must be the same for every visual!).
6
Int
Maximum width of an obstacle (min should be 1, or endless).
3
Int
Minimal distance between two obstacles (must be spread enough to allow a jump between two obstacles).
40 (%)
Int
Number of sprite for the runner (should have multiple, see visual specs!).
6
Int
Percentage of the visual to be used for hitbox calculation (100% = whole image, 0% = no hitbox, endless game).
65 (%)
String
[PTF] Default language if unmatched language.
"fr"
Boolean
[PTF] Set to true to cancel button's style.
false
String
Start button's text.
"Play now" / "Je joue" / "Speel nu"
String
Game unit (displayed with the score).
"m"
150 (6*25) x 50px
Visual(s) used for the obstacles, can be displayed partially.
50 x 15px
Visual(s) used for the clouds.
1200 x 12px
Visual used for the horizon line.
264 (6*44) x 50 px
Visual used for the runner. Should have multiple sprites (idle state, jumping up, jumping down).