diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-01-24 17:40:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-01-24 18:19:56 +0000 |
commit | db9cfcf3e8f1f073ab8d25615a9e7c27d0611ff2 (patch) | |
tree | 5162083c7f6aa6b7c661fbce0eb2b013494424e2 /games/Makefile | |
parent | 0775c226d126d1d133bc857d931e88fe5d793fab (diff) | |
download | ports-db9cfcf3e8f1f073ab8d25615a9e7c27d0611ff2.tar.gz ports-db9cfcf3e8f1f073ab8d25615a9e7c27d0611ff2.zip |
games/chromono: add port: Circular color puzzle
All those half-colored spheres could really need some help. And
with that, we obviously mean your help, otherwise this would probably
not be a game, but a movie or something. Grab those fully-colored
spheres and share the color (and the correct one at that) to bring
the world order back to normal. Sounds easy? It is. Up until the
third level or so. Then it gets tricky. But you'll figure it out,
I'm sure.
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 3daced2914ac..a43b7b6710f8 100644 --- a/games/Makefile +++ b/games/Makefile @@ -152,6 +152,7 @@ SUBDIR += chocolate-doom SUBDIR += chroma SUBDIR += chromium-bsu + SUBDIR += chromono SUBDIR += circuslinux SUBDIR += cmatrix SUBDIR += cockatrice |