blob: c58f7eb7d7ad7173485262988880e571608a4e95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
=============================================================================
XBL 1.0
=============================================================================
XBL is a 3D block-dropping game.
XBL is an interactive game under X11 (color or black&white) and UN*X.
XBL is a good training tool to understand 3D rotations and 3D vision.
You need reflex and memory (human).
XBL implements 6 different ways to perform animation under X11!
(more or less good)
- The game world is a 3D discrete space.
- The player has a top view of this discrete space.
- The game throws blocks made of cubes (one to five cubes).
- A block falls inside the discrete space, and stops when hitting the
floor or another block.
- If a discrete space level is full, it is destroyed.
- Another block appears (only one moving block at a time).
- Player can move or rotate blocks (perfect real time if you have a fast
host).
The goal is to play as long as possible.
XBL home is : "ftp://ftp710.univ-lyon1.fr/pub/xbl"
XBL URL is : "http://www710.univ-lyon1.fr/ftp/xbl/xbl.html"
Good luck!
Thierry.EXCOFFIER@ligia.univ-lyon1.fr
|