[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#373966: ITP: qonk -- Small build-and-conquer strategy game with very simple rules



Martin Ferrari <martin.ferrari@gmail.com> writes:

> Package: wnpp
> Severity: wishlist
> Owner: Martin Ferrari <martin.ferrari@gmail.com>
>
>
> * Package name    : qonk
>   Version         : 0.0.2beta1
>   Upstream Author : Anthony Liekens <anthony@liekens.net>
> * 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




Reply to: