(I added a note to indicate that the previous links are broken and new screenshots are needed. I also removed the broken links.) |
m (Added Screenshot) |
||
Line 19: | Line 19: | ||
== Screenshots == | == Screenshots == | ||
[[File:Haxima MM.png|frame|Main Menu]] | |||
{{ | {{h3draut3r/note|Just a single Screenshot from Menu|We need more screenshots.}} | ||
---- | ---- | ||
[[Category:Packages]] | [[Category:Packages]] |
Latest revision as of 19:09, 31 July 2023
Nazghul and Haxima
Nazghul is an old-school role playing game engine modeled after Ultima V.
Haxima (contained in the nazghul-haxima package) is a game written using the Nazghul engine.
Installation instructions
yum install haxima
Running
Simply either run "haxima" or select Haxima from the "Games" menu. A tutorial is included for those who are unfamiliar with this style of game, and some documentation for players is in /usr/share/doc/nazghul-haxima-version/USERS_GUIDE. Saved games are stored in a .haxima directory in your home directory.
Hacking
Nazghul is a role playing game engine; the games themselves are actually written in the Lisp dialect Scheme plus some specialized . You can look at the plain text source for Haxima and find hints or even modify the game. If you're ambitious, you could even write your own game. Complete documentation lies under /usr/share/doc/nazghul-version/.