You are not logged in.

#1 2005-01-26 04:45:58

Olli
Member
Registered: 2004-04-01
Posts: 57

Fun little game: HighMoon

HighMoon

ufoscreen2_.jpg

HighMoon is an Artillery/Worms like game - which takes place in
certain planetsystems.

In that game two spaceships must shoot at each other to destroy
the shields and the enemy. There are Planets, Moons and Blackholes
between the opponents which will deflect the player's shots. Also
Wormholes will beam the shot... so you have some interesting styles
of techniques to kill the other smile

Ingame-keys are:
"1" - Player versus Computer
"2" - Player versus Player
"3" - Demomode (Computer versus Computer)

"TAB"- Change of the planetensystem
"SPACE" - Acivate a shot. The longer space is pressed, the stronger
        the shootpower.

"F" - Toggles window/fullscreen mode.
"S" - Toggles Sound.
"F1" - Toggles helpscroller
"F2" - Toggles language

Start the game with 'ufo'

# Packager: Oliver Willemse "olli (at) xs4all (dot) nl"
pkgname=highmoon
pkgver=1.0.2
pkgrel=1
pkgdesc="HighMoon is an "Artillery" or "Worms" like Game - which takes place in the universe"
url="http://highmoon.gerdsmeier.net/"
depends=(x-server sdl sdl_mixer sdl_gfx)
install=
source=(http://highmoon.gerdsmeier.net/$pkgname-$pkgver.tar.gz)
md5sums=('c4e240e65db4041b4f038d633bbdcfd7')

build() {
    mkdir -p $startdir/pkg/opt/highmoon
    mkdir -p $startdir/pkg/usr/bin
    cd $startdir/src/$pkgname/
    make || return 1
    cp /$startdir/src/$pkgname/*.o $startdir/pkg/opt/highmoon
    cp -R /$startdir/src/$pkgname/gfx $startdir/pkg/opt/highmoon
    cp -R /$startdir/src/$pkgname/snd $startdir/pkg/opt/highmoon
    cp /$startdir/src/$pkgname/ufo $startdir/pkg/opt/highmoon

    echo 'cd /opt/highmoon/ && ./ufo' > $startdir/pkg/usr/bin/ufo && chmod +x $startdir/pkg/usr/bin/ufo
}

DIY: Doom-It-Yourself

Offline

Board footer

Powered by FluxBB