]> git.pld-linux.org Git - packages/droidbattles.git/blame - droidbattles.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/droidbattles.git] / droidbattles.spec
CommitLineData
86697982 1Summary: A game of programming
2Summary(pl): Gra w programowanie
3Name: droidbattles
4Version: 1.0.4
5Release: 1
6License: GPL
7Group: X11/Applications/Games
86697982 8Source0: http://www.bluefire.nu/%{name}/%{name}-%{version}.tar.gz
9Source1: http://www.bluefire.nu/%{name}/bots-light-01-06-11.tar.gz
10Source2: %{name}.desktop
11Source3: %{name}.png
12URL: http://www.bluefire.nu/droidbattles/
13BuildRequires: qt-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _prefix /usr/X11R6
17%define _mandir %{_prefix}/man
18
19%description
20So, you're having this argument about who's the best programmer? Or
21you just want to have some programming fun? What better way to do it
22than a little game of AI programming.
23
24In DroidBattles you design the bots by choosing which hardware they
25should contain. Each bot can have up to 32 hardware devices that you
26can choose freely from a list of available types. Examples include
27weapons, armor, CPU:s, engines... etc.
28
29When you have chosen the hardware it's time to program it. You make a
30program (in an assembler like language) that is loaded into a virtual
31RAM of the bot and then executed by the CPU device(s) you've included
32with the bot. You communicate with your devices through simple in/out
33instruktions.
34
35Other features of DroidBattles includes team-battle and set up of
36"rules" for a game, (you can enable/disable hardware devices and also
37set the costs).
38
39You can make the bot have it's own graphics that is shown when the
40simulation runs. When everyhing is ready you assemble the program and
41a .bot file is created. You can now test this bot against other bots
42in the simulator, and hopefully your bot will crush it's opponents.
43
44%description -l pl
45