Inspired by the 1979 game Lunar Lander, Lunares puts you in the pilot's seat of a lunar module. Use physics based controls to land your moon-craft on a procedurally generated terrain. With precision and strategy perform the most optimal land to get the highest score.

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorDanieo
GenreSimulation
Made withGodot
Tags1-bit, 2D, Arcade, Flight, Godot, Physics, Pixel Art, Procedural Generation, Retro, Space
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
AccessibilityHigh-contrast

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

The current build of your game (as of 2024-09-18) may be broken. I received the following error message when I tried to run it:

Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)

Thanks for the info! Yeah, the game was built with a version of Godot which has some issues running on many browsers. It requires SharedArrayBuffer support (which I enabled on itch.io) but it doesn't work everywhere. I'm going to port the game to the newer version of Godot which doens't require SAB support.

Cool, good to hear. 😎