Next
Previous
Contents
Tux Typing is a graphical typing tutorial game for children. It stars "Tux", the Linux Penguin.
The object of the game is to guide Tux to fish falling from the top of the screen so that he can eat them.
Each fish has a letter or a word on it. To make Tux eat that fish (or group of fish), you must type either
the letter or the word.
Tux Typing is free software, distributed under the Gnu GPL. It was written for Linux using
Simple Direct Media Layer Libraries. Because of this, and the fact the Tux Typing's source
code is freely available, it should be easy to port it to other operating systems (provided
they have SDL ported already).
Currently Tux Typing is available in binary form for the following platforms:
- Linux (x86)
- Microsoft Windows
- BeOS (x86)
If you are interested in helping us support another platform, please feel free to contact us!
-
v.0.2 - First elliminated need for SDL_Plus (which was useless
anyway.)
-
v.0.3 - FIRST WORKING VERSION OF KEYCASCADE! Works at all
difficulty settings and levels.
-
v.0.4pre1 - KEYCASCADE cleaned up and tweaked (works quite well
asside from a /few/ minor quirks). Also added soundFX
and music as well as tutorial for KeyCascade.
-
v.0.4pre2 - Fixed WaitFrame() usage (more coherent now)
Also ensured that frame rate can stay constant over
different speed systems, and added --speed option.
-
v.0.4 - Switched from UpdateRect to SDL_Flip() on title screen to
try to ensure constant frame-rate on title screen across
platforms. Various bug-fixes. Added surface based cursor
to titlescreen to prevent cursor-loss on certain systems
(such as my laptop >:/ )
-
v.0.5pre1 - Begin work on WORDCASCADE: All screens found and added-
Added word loading option and words- levels cycle- not
yet playable. Also fixed permissions on "missing" as well
as added the special hidden option (see readme in image dir).
-
v.0.5pre2 - WORDCASCADE now works. May need minor tweaking as time
goes by... but I will deal with that eventuality when it occurs.
-
v.0.5 - Work on docs, small bugfixes for release.
-
v.0.5-2 - Second 0.5 release. Fixed embarrasing word file location
problem!!!
-
v.0.6 - Many Mandrake 7.2 fixes. "Free Typing" added. Various code
clean-up and bugfixes.
-
v.0.7pre1 - Fixed sound bug:
(http://sourceforge.net/bugs/?func=detailbug&bug_id=131474&group_id=12715)
as well as first BeOS port.
-
v.0.7 - Major code cleanup. /Probably/ fixed the clipping bug.
-
v.0.8pre1 - Began work on the Word Cascade Tutorial. Patch to fix some
menu glitches.
-
v.0.8 - Fixed SDL_Flip(..) related bugg in title screen:
(http://sourceforge.net/tracker/index.php?func=detail&aid=421508&group_id=12715&atid=112715)
as well as minor code clean-up and finish word cascade tutorial.
-
v.0.9pre1 - Fixed GIF->PNG bug as well as "yellow outline" in gameplay
bug (thx to Rich Bellamy bellamrm@clarkson.edu)
-
v.0.9pre2 - Fixed many of the troubles causing the tutorial screen
crashes:
(http://sourceforge.net/tracker/index.php?func=detail&aid=414339&group_id=12715&atid=112715)
-
v.0.9pre3 - Added code from Olivier Dagenais olivier_dagenais@canada.com
which allows for compilation under Win32 using MS VisualC++. Also
fixed Kdevelop/SDL integration issues which prevents Tux Typing from
compiling on other OSes.
-
v.0.9 - Fixed the tutorial screen crashing bug. Also removed double buffering
support temporarily to resolve the issue later.
-
v.0.9-1 - Added keyboard support on main menu.
-
v.1.0pre1 - Added Theming/Alt-Language support (preliminary). Fixed rect clipping
blit problem and added option for alpha blitting to emphasize slow falling words.
Other misc bugfixes and cleanup. Began transition to KDevelop 1.4 env and
future repair of build process.
-
v.1.0 - Tweaked gameplay speed. Tweaked menu speed. Changed free typing from
hard defaults to easy defaults. Fixed word cascade bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=104456&repeatmerged=yes
-
v1.0.1 - Build process bugfix.
-
v1.0.2 - Performance patches from Calvin Ardnt. Some minor bug fixes and other
misc. tweaking. Also, memleak bugfixes from Calvin Ardnt and colorkeying
fix in image loader.
-
v1.0.3 - Smoothscroll patch from Sam Hart. Rand() bugfix. Other misc performance
and bug fixes.
-
Next
Previous
Contents