Martin Ferrari <[EMAIL PROTECTED]> writes:

> Package: wnpp
> Severity: wishlist
> Owner: Martin Ferrari <[EMAIL PROTECTED]>
>
>
> * Package name    : qonk
>   Version         : 0.0.2beta1
>   Upstream Author : Anthony Liekens <[EMAIL PROTECTED]>
> * URL             : http://anthony.liekens.net/index.php/Computers/Qonk
> * License         : GPL
>   Programming Lang: C++, C
>   Description     : Small build-and-conquer strategy game with very simple 
> rules
>
> The setting of the game is a solar system of planets. Your goal is to
> conquer all of the planets in the game by sending ships there. Planets
> that are under your control generate new ships. Simple AI players are
> playing against you. As you gain more experience throughout the game,
> more AI players have to be kicked out of bigger solar systems.

The Makefile needs some fixing:

- use $(shell ...) instead of ``.
- -W -Wall -g in CFLAGS

And one maybe serious warning:

planets.cpp:331: warning: no return statement in function returning non-void

And maybe it should go to the next level on its own without having to
restart. :)


Apart from this it looks like a nice game. Runs on amd64.

MfG
        Goswin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to