summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2010-06-18 16:31:14 +0200
committerMichal Zima <xhire@mujmalysvet.cz>2010-06-18 16:31:14 +0200
commit1a20fd03149cca2fc520e7e43db05629485eb2f7 (patch)
treed06797b5e9b2971d0ff6c3a15767534f8b481826 /README
parent2f57e5a73b635b450459f9afa6c03d0e8d71b727 (diff)
Small update of README; Separation of INSTALL file
Diffstat (limited to 'README')
-rw-r--r--README53
1 files changed, 12 insertions, 41 deletions
diff --git a/README b/README
index 9f4624d..321da39 100644
--- a/README
+++ b/README
@@ -1,13 +1,15 @@
-ABOUT
-=====
- Tuxanci is first tux shooter ere while inspired by well-known Czech
- game Bulanci. But it goes its own way now and it is much better.
-
- Game supports 1 player and multiplayer game on one computer and also
- supports gameplay over network (LAN/Internet [IPv4 and IPv6]).
-
- Goal in this game is to shoot enemy penguin before he does so. Penguin
- can shoot only in X and Y axes so no diagonal shooting is available yet.
+ABOUT TUXANCI
+=============
+Tuxanci is first tux shooter. In the absolute beginning it was inspired by
+a well-known Czech game Bulanci. Today Tuxanci goes its own way and is much
+better then Bulanci (except the graphics though).
+
+Game supports 1 player and 2 players game on one computer and also supports
+gameplay over network (LAN/Internet [IPv4 and IPv6]).
+
+Goal in this game is to shoot enemy Tux before he does so. Tux can shoot only
+in X and Y axes so no diagonal shooting is available yet (in fact it is even
+not being planned at the moment).
Weapon list
-----------
@@ -46,37 +48,6 @@ ABOUT
Bonuses last only few seconds and if tux take another bonus then
first one looses its effects.
-HOWTO COMPILE
-=============
- This howto is written for linux. For other platforms please think about
- rather using binary modules.
- First of all we need some libraries:
- (g)libc, SDL, SDL_image, SDL_ttf, optionally SDL_mixer,
- optionally opengl, gettext, libzip
-
- And some applications:
- cmake version 2.6.0 and above
-
- Now we have two options what we can do:
- (all commands are supposed to be written in tuxanci/build directory;
- If such does not exist just create it :])
-
- NOTE: if you want to see all variable options definable by cmake just
- run ccmake instead of cmake.
- Building Client
- ---------------
- $ cmake ..
- $ make
- # make install
- Building Server
- --------------
- $ cmake .. -DBUILD_SERVER=1
- $ make
- # make install
- Removing current install
- -----------------------
- Same for both client and server
- # make uninstall
GAME USAGE
==========
Starting game is simple tuxanci-VERSION or tuxanci-server-V. based on what we