Skip to content

Commit

Permalink
Remove Genetics game
Browse files Browse the repository at this point in the history
Too much maintenance for a game that’s not live.
  • Loading branch information
NeilFraser committed Jun 27, 2022
1 parent 8f9c61f commit 4686697
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 5,090 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ pond-duck-en: pond-common-en
$(SOY_COMPILER) --outputPathFormat appengine/pond/duck/generated/en/soy.js --srcs appengine/pond/duck/template.soy
python build-app.py pond/duck en

genetics-en: common-en
$(SOY_COMPILER) --outputPathFormat appengine/genetics/generated/en/soy.js --srcs appengine/genetics/template.soy
python build-app.py genetics en

gallery-en: common-en
$(SOY_COMPILER) --outputPathFormat appengine/gallery/generated/en/soy.js --srcs appengine/gallery/template.soy
python build-app.py gallery en
Expand All @@ -74,7 +70,7 @@ pond-common-en: common-en
common-en:
$(SOY_COMPILER) --outputPathFormat appengine/generated/en/soy.js --srcs appengine/template.soy

en: index-en puzzle-en maze-en bird-en turtle-en movie-en music-en pond-docs-en pond-tutor-en pond-duck-en genetics-en gallery-en
en: index-en puzzle-en maze-en bird-en turtle-en movie-en music-en pond-docs-en pond-tutor-en pond-duck-en gallery-en

index puzzle maze bird turtle movie music gallery: common
@echo "Generating JS from appengine/$@/template.soy"
Expand Down
17 changes: 0 additions & 17 deletions appengine/genetics.html

This file was deleted.

Binary file removed appengine/genetics/broken-heart.png
Binary file not shown.
Binary file removed appengine/genetics/docs/fertilityProperty.png
Binary file not shown.
Binary file removed appengine/genetics/docs/getIndex.png
Binary file not shown.
Binary file removed appengine/genetics/docs/sexProperty.png
Binary file not shown.
Binary file removed appengine/genetics/docs/sizeProperty.png
Binary file not shown.
Binary file removed appengine/genetics/explode.png
Binary file not shown.
Binary file removed appengine/genetics/grey-heart.png
Binary file not shown.
Binary file removed appengine/genetics/heart.png
Binary file not shown.
Loading

0 comments on commit 4686697

Please sign in to comment.