-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (14 loc) · 910 Bytes
/
README
File metadata and controls
15 lines (14 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+=============+
| OMEGA |
+=============+
This is a roguelike game written by Laurence Brothers in 1987. It is, perhaps
the best roguelike ever written, with a huge world, a variety of quests, many
cool items and monsters, and plenty of wit, charm, and humour. The repository
contains the original 0.8 version and the latter day fixes released as 0.90.4
by various authors on Usenet. This particular project is a conversion of this
game from old school 1987 C to modern C++, with the primary goal being mostly
entertainment. Code changes so far include general cleanup, const correctness
and other things now essential that were unheard of in 1987, using stl mostly
to replace homegrown linked list containers, and few UI improvements. No, the
old saved games and omegarc are not compatible. After getting the source code
do the standard "configure && make install" and run the game omega. Have fun!