Skip to content

Far Horizons is a role-playing game of galactic exploration and conquest, designed for play-by-email. This repository contains the game engine source code.

License

Notifications You must be signed in to change notification settings

LtanHonor/Far-Horizons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAR HORIZONS

FAR HORIZONS is a strategic role-playing game of galactic exploration, trade, diplomacy, and conquest. The first and second editions were designed for play by postal mail. Later editions were designed for play by electronic mail. The seventh edition rules and source code were released in 1999 by Rick Morneau.

This repository contains the original source code with various bug fixes and improvements. There have been no changes to the game mechanics, and there are no immediate plans to make any.

RULES

You can find the original 7th edition ASCII rules at doc/rules.

You can also build a PDF and HTML versions of these if you have pandoc installed.

cd doc/manual
make

BUILDING

Compiling is easy:

$ cd src/
$ ./make.all

All of the resulting binaries are in bin/

GAME MASTERING

See tools/README.md.

LICENSE

License: GPL v2

All source code in this repository is licesned under the GPL v2.

The original ANSI C source code and rules are Copyright 1999 by Richard A. Morneau

About

Far Horizons is a role-playing game of galactic exploration and conquest, designed for play-by-email. This repository contains the game engine source code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.6%
  • Python 5.5%
  • Perl 2.3%
  • Shell 1.1%
  • Prolog 0.2%
  • CMake 0.2%
  • AGS Script 0.1%