1TUXPUCK(6) Games Manual TUXPUCK(6)
2
3
4
6 tuxpuck - "Shufflepuck Cafe" Clone
7
9 tuxpuck
10
12 Anyone remember "Shufflepuck Cafe" for the Amiga/AtariST?
13 I do.
14
15 TuxPuck is a shufflepuck game written in C using SDL. The player moves
16 a pad around a board and tries to shoot down the puck through the oppo‐
17 nents defense.
18
20 This program does not take any command line arguments.
21
23 The config file ".tuxpuckrc" is located in your home directory. It is
24 automatically written when the game quits.
25
27 Just "TAG VALUE", each option seperated by Returns.
28
30 SOUND 1 = ON, 0 = OFF
31 FULLSCREEN 1 = ON, 0 = OFF
32 MOUSESPEED between 1 and 10, 1 slowest, 10 fastest
33
35 MOUSE Move the pad
36 f Toggle fullscreen mode
37 F1 Toggle sound
38 F5 Decrease mouse speed
39 F6 Increase mouse speed
40
42 The TuxPuck game was written by Jacob "noork" Kroon,
43 <d00jkr@efd.lth.se>. This manual page was written by Sven Velt
44 <sven@velt.de>.
45
46
47
48 March 25, 2002 TUXPUCK(6)