Package Details: moon-lander 1.0-8

Git Clone URL: https://aur.archlinux.org/moon-lander.git (read-only, click to copy)
Package Base: moon-lander
Description: An addictive game of skill where you must land a space-ship on the moon at a perfect speed.
Upstream URL: https://packages.debian.org/source/sid/moon-lander
Licenses: BSD-2-Clause
Submitter: ilpianista
Maintainer: andy5995
Last Packager: andy5995
Votes: 9
Popularity: 0.000000
First Submitted: 2010-11-13 15:18 (UTC)
Last Updated: 2026-05-04 04:30 (UTC)

Latest Comments

andy5995 commented on 2026-03-22 07:32 (UTC)

I pushed some changes, please let me know if there are any problems remaining.

zebulon commented on 2026-03-18 15:58 (UTC) (edited on 2026-03-18 15:59 (UTC) by zebulon)

Hi. It does not compile with this error:

moon_lander.c: In function 'random_level':
moon_lander.c:587:13: error: implicit declaration of function 'time' [-Wimplicit-function-declaration]
  587 |     srandom(time(NULL));
      |             ^~~~
moon_lander.c:34:1: note: 'time' is defined in header '<time.h>'; this is probably fixable by adding '#include <time.h>'
   33 | #include "DT_drawtext.h"
  +++ |+#include <time.h>
   34 | #include "SDL_image.h"
make: *** [Makefile:17: moon_lander.o] Error 1

Singularity commented on 2020-03-17 16:04 (UTC)

Slight update to the desktop file: [Desktop Entry] Version=1.1 Type=Application Name=Moon Lander GenericName=Land on the Moon Exec=moon-lander Icon=/usr/share/moon-lander/images/win_icon.bmp Terminal=false Categories=Game;ArcadeGame;

<deleted-account> commented on 2012-02-05 14:45 (UTC)

Compilation error: http://pastebin.com/VrSeLJ1K

ilpianista commented on 2010-11-13 15:18 (UTC)

* moved from [extra]