diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-07 08:38:44 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-07 08:38:44 +0000 |
commit | 9da1deab80c3b82ca946c353ed1420a5c513c76d (patch) | |
tree | b422589b2abebf35323fe19a7eec61cc0ed9d9d7 /games/Makefile | |
parent | - Update to 0.7.0 (diff) |
Cosmosmash is a game where you control a base that must destroy
rocks before they hit the ground, or you lose points. You must
also prevent "spinners" from touching the ground, or your base
will explode. This game is a clone of the 1981 Astrosmash(TM)
video game by Mattel Electronics(TM).
WWW: http://sarrazip.com/dev/cosmosmash.html
PR: ports/122692
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
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 854e1741de35..0d60f77599a0 100644 --- a/games/Makefile +++ b/games/Makefile @@ -133,6 +133,7 @@ SUBDIR += construo SUBDIR += corewars SUBDIR += cosmo + SUBDIR += cosmosmash SUBDIR += cowsay SUBDIR += crack-attack SUBDIR += crafty |