diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-04 10:51:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-04 10:51:36 +0000 |
commit | d50622339dfe9f8c541c2e2b549d47a82f483389 (patch) | |
tree | 47eb9efa429fe7345b746387db51170f73ae32d1 /games/Makefile | |
parent | upgrade to 2.3 (diff) |
Add solarwolf 1.0, an action/arcade game originally based of SolarFox on the
Atari 2600.
Boys, if you think that the Python is inapproprite language for games
programming you ought to try this - it really rocks, even on a low-end machines
like my P133 notebook!
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 e01e1efc89d5..e82fb0ec8d42 100644 --- a/games/Makefile +++ b/games/Makefile @@ -192,6 +192,7 @@ SUBDIR += smacx SUBDIR += sokoban SUBDIR += sol + SUBDIR += solarwolf SUBDIR += speak SUBDIR += spellcast SUBDIR += speyes |