Orbits (itch) (t0m)
About
Hi made this game for the HPGJ game jam. The theme was "orbits".
Escape to go back to the menu
Left and right to turn around the current planet
Space to jump
R to restart the level
X to have an overview of the map
It's a very simple game and I didn't have the time to make more than 3 levels. That's why you can create your own maps.
To create a map, create a text file, with the .map extension. Now,
each line will represent a planet.
You have 5 arguments:
x,y,radius,hasExitFlag,hasEnemy
Each arguments are separated with a comma, wit no space.
After you created the file and set values, go in "Load custom level" on the main menu, and write the exact path of the file.
For exemple, the level 1 is :
2,5,1,false,true
6,2,0.7f,false,false
3,1,1.1f,false,false
6,6,0.5f,false,true
10,2,0.8f,false,false
10,8,2.1f,false,false
-1,10,2.3f,false,true
-5,-2,1.3f,false,false
-2,0,1.3f,true,true