• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYRIGHTH A D21-Apr-1995106 52

MakefileH A D05-Mar-1995427 3015

READMEH A D01-May-19952.1 KiB6346

affe.xbmH A D05-Mar-19954.1 KiB5857

affenspiel.lsmH A D01-May-1995586 2019

das_mit_dem_affen.cH A D06-Mar-199515.5 KiB713590

README

1"Das mit dem Affen"
2-------------------
3This is a one-night hack. It's a puzzle type game for X11.
4I played it on another hardware platform (it was made of several
5pieces of wood) and ported it to Unix/X11.
6
7How to play it
8--------------
9After you have started the game (by simply typing "./affenspiel",
10no need to install anything), you will immediately see what to do:
11Shift the puzzle pieces around so that the monkey becomes complete,
12that means, move the big piece through the other pieces to the
13bottom of the playfield, so that the monkey picture gets complete.
14
15To move one piece, just click with the mouse on it. If there is only
16one direction in which the piece can be moved, it will do so. If there
17are several possible directions, click near the border of the desired
18direction. Just try it out!
19
20I think it is not *that* easy, but it is definitely solvable.
21
22There are a few functions mapped on several keys. They are not needed
23to play this little game, but maybe you find them useful:
24
25	n,N	:	Restart the game. This arranges the pieces
26			to the starting position.
27
28	s,S	:	Save the actual state of the game. It will
29			be saved to a default file under "/tmp" or
30			to the default file that you can specify in
31			the Makefile or to a file that you have
32			given as a command line argument, e.g. when
33			started as "./affenspiel monkey3".
34
35	l,L	:	Restore a previously saved game. This will
36			try to load an old game state from the same
37			file as described under "s,S". (That means,
38			that you can only save *one* game state while
39			playing a game. Use the "mv" or "cp" to go
40			around this! =;-)
41
42	q,Q	:	Quit the game.
43
44
45The game should run as fine under a color X11 server as under Black&White.
46
47If there are any problems, just take the source file and hack it! ;-)
48
49To build your own version (probably under other UNIX-like operation
50systems than Linux, for example SUN or HP-UX), just type "make" and
51it should be recompiled.
52
53If want to write to the author, write to:   aeglos@valinor.owl.de
54
55                              Snail Mail:   Holger Schemel
56					    Sennehof 28
57					    33659 Bielefeld
58					    GERMANY
59
60And now, have fun!
61
62	Holger
63