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

..03-May-2022-

IAFA-PACKAGEH A D24-Mar-1999524 1614

READMEH A D24-Mar-19992 KiB7952

bed.6H A D24-Mar-19994.4 KiB189185

bed.cH A D24-Mar-19998.7 KiB366309

block.6H A D24-Mar-19994.9 KiB210206

block.cH A D03-May-202222.6 KiB775671

block.c.oldH A D24-Mar-199920.1 KiB672605

makefileH A D03-May-20222 KiB6844

README

1Blocks - a small tty based games using ncurses
2=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
3
4 Written by marc welz (rather : kluged by marc welz) - Redistribution is
5 subject to the GNU public license.
6
7Installation
8------------
9
10 To Compile :
11
12<make block>               to make the game
13<make bed>                 to make the level editor
14<make install>             to install the entire game on your system
15
16 If you would rather use curses (instead of ncurses) do :
17
18<make cblock>
19<make cbed>
20
21 Some installations have trouble finding some of the #defines when
22 using curses - the only solution (I know of) to that snag is to use
23 ncurses ;-).
24
25 Other options include :
26
27<make nocolor>             to disable colours
28<make old>                 to run with older versions of ncurses
29
30 Have a look at the makefile -- it tries to be helpful.
31
32
33Running the Game
34----------------
35
36 To run the game simply type <block>
37 To run the game with 'another' as level type <block another>
38 To edit level complex type <bed complex>
39
40 Blocks comes with 4 levels (default, pyramid, complex and another, each
41 stored in a seperate file - they can be modified or new levels added by
42 using bed).
43
44 For help try <block -h> or hit ? when in the game. When running bed you
45 can also try ?.
46
47Notes
48-----
49
50 Good idea to restrict file names to 20 chars.
51
52 The editor tries to fill the entire screen - so if you write a level on
53 a big screen, you will not be able to play it on a small one.  And
54 remember to save the game you are editing before exiting.
55
56 Probably contains bugs - but if I knew what they were they would not be
57 there ...
58
59Maps
60----
61 If you make the MAP for this game. Please send map to: ovis@ok.aiva.lt,
62 or sco@usa.net. Thanks.
63
64AT&T UNIX PC
65------------
66 I'm compiled this game on AT&T UNIX PC (UNIX v3.51) sucsess
67 If need this versions just write to me ovis@ok.aiva.lt
68
69Thanks
70------
71
72 A big THANK YOU goes to Joey Hess (jeh22@conell.edu) who contributed
73 the pyramid level, wrote the man pages for the game and pointed out a
74 couple of minor bugs.
75
76marc (marc@mbs.bch.uct.ac.za)
77
78
79