diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-30 03:28:45 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-30 03:28:45 +0000 |
commit | 7bf49c7a440ef00b430d9b20e642ab53ca29181d (patch) | |
tree | 67cb6a6e3abe9a11e88ed757f8a4836eb8eaa58f /games/Makefile | |
parent | Update for the 2.1 version (diff) |
QMars stands for Quicker Mars. It is a completely new implementation of a mars
simulator, which is an interpreter of the Assembler-like language RedCode,
which is used in CoreWars. QMars is heavily optimized to be as fast as
possible.
WWW: http://corewar.co.uk/ankerl/qmars.htm
Notes
Notes:
svn path=/head/; revision=206419
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ac1825fc49c5..7375426f595f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -616,6 +616,7 @@ SUBDIR += qgo SUBDIR += qix SUBDIR += qkmj + SUBDIR += qmars SUBDIR += qnetchess SUBDIR += qnetwalk SUBDIR += qonk |