descriptionTuxanci is first tux shooter inspired by game Bulanci.
homepage URLhttp://www.tuxanci.org/
ownerteam@tuxanci.org
last changeFri, 29 Apr 2011 08:58:14 +0000 (29 10:58 +0200)
content tags
add:
README
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
	-----------
		Pistol
		~~~~~~
			Basic gun - one shot at the time
		Two Pistols
		~~~~~~~~~~~
			2x Basic gun - two shots at once
		Machine gun
		~~~~~~~~~~
			Few shots per fire, small intervals
		Shot gun
		~~~~~~~~
			5 shots per fire, high dispersion
		Laser
		~~~~~
			Shoots fast and long coherent light
		Mine
		~~~~
			Put them around, step on them *KABOOM*
		Bomb ball
		~~~~~~~~~
			Fires bomb which mirrors any obstacles and explodes only if it
			hits penguin.

	Bonus list
	----------
		Speedy tux: tux move faster
		Infinite ammo: you have really big backpack of ammo (fire at will)
		4way shoot: tux fire on shoot in every direction (cost only 1 ammo)
		Teleport: if somebody shoots at Tux he teleport himself away
		Ghost: Tux can move and shoot through obstacles.
		Note
		~~~~
			Bonuses last only few seconds and if tux take another bonus then
			first one looses its effects.

GAME USAGE
==========
	Starting game is simple tuxanci-VERSION or tuxanci-server-V. based on what we
	compiled (based on presumption user installed into directories where path
	is set).
	
	If you are using bundled binary and tuxanci are reporting "File not found!"
	error, you need to launch it directly from BIN directory 
	(eg.: "$ cd tuxanci/bin && ./tuxanci-VERSION").

	For client we create some configuration files in $HOME. There is created
	".tuxanci" directory and in there are pretty selfexplaining .conf files.

	For server we create directory /etc/tuxanci-server/server.conf where you could
	do some changes for it (again pretty selfexplaining).

	Controls
	--------
		Player one
		~~~~~~~~~~
			movement: cursor arows
			fire: zero [ 0 ] NumPad
			change weapon: one [ 1 ] NumPad
		Player two
		~~~~~~~~~~
			movement: W(u) S(d) A(l) D(r)
			fire: Q
			change weapon: tab
		Common
		~~~~~~
			Fullscreen/window mode: F1 (dangerous with multiple monitors)
			Save game: F2
			Change splitting of screen: F3 (just in local
				multiplayer game in a big arena)
			Pause: P
			Quit: Esc

HAVE PROBLEM/FOUND BUG/ETC...
=============================
	If you found some bug or have feature request please fill it into: 
	http://www.tuxanci.org/buglist (you need account for that).

	You need some help with install/etc... feel free to join us on our irc
	channel which is #tuxanci on server irc.freenode.net.

INFORMATIONS FOR TRANSLATORS
============================
	So you want to help us translating our perfect game :] What should you
	do is question you are asking i guess. It is pretty simple. We are using
	gettext so you only have to download our .pot file from git
	<http://repo.or.cz/w/tuxanci.git?a=blob_plain;f=po/tuxanci.pot;hb=HEAD>
	and translate every line into your desired language. MSGID is orginal
	message and MSGSTR is translated one. When you are done you rename
	tuxanci.pot to langcode.po (cs_CZ.po). For translating is needed only
	some text editor (advanced are kbabel, lokalize...) and some skills
	in your and english language. Final product of your effort mail onto our
	mail (team<-at->tuxanci.org). Ah and before I forget update some
	relevant informations into header of your .po file, examples can be
	found in our git too <http://repo.or.cz/w/tuxanci.git?a=tree;f=po;hb=HEAD>.

MORE
====
	More informations you can find on our website: http://www.tuxanci.org/
shortlog
2011-04-29 Tomas ChvatalInclude and link physfs properly.master
2011-04-29 Tomas ChvatalUpdate info about me in AUTHORS file.
2011-03-28 Michal ZimaTypo in CMakeLists.txt
2010-07-23 Michal ZimaImported my CHANGELOG file
2010-07-22 Michal ZimaUpdated .gitignore
2010-07-22 Michal Zima[Configure] More work on cmake wrapper script
2010-07-15 Michal Zima[GS] Unregister from Master Server on shutdown
2010-07-15 Michal ZimaVery little cleaning after previous commits
2010-07-12 Dušan Ďurechdelete useless comment in source code
2010-07-12 Dušan Ďurechfix bug with shot when tux is turn up
2010-06-18 Michal Zima[CMake] SDL_ttf include dir seemed to be missing
2010-06-18 Michal ZimaINSTALL -- one missing \n
2010-06-18 Michal ZimaSmall update of README; Separation of INSTALL file
2010-06-18 Michal ZimaRevert "Add part of our future "plain" website."
2010-06-18 Michal ZimaMore of the same as in the previous commit
2010-06-18 Michal ZimaWiped out all "UNUSED" stuff
...
tags
15 years ago v0.21.0 version 0.21.0
15 years ago v0.20.0 version 0.20.0
heads
12 years ago master
13 years ago ms