From 42a0ccbfc48c1108519bc46b62ff216e91c44bae Mon Sep 17 00:00:00 2001 From: nemysis Date: Sat, 30 Nov 2013 12:14:02 +0000 Subject: An Open-Source Tower Defense Game developed with Python and Pygame. WWW: http://phelerox.wordpress.com/programming/pytowerdefense/ PR: ports/171391 Submitted by: nemysis (self) Approved by: wg (mentor) --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index 793eb400a316..87408e425cdd 100644 --- a/games/Makefile +++ b/games/Makefile @@ -765,6 +765,7 @@ SUBDIR += pysycache-themes SUBDIR += pythonchess SUBDIR += pythonsudoku + SUBDIR += pytowerdefense SUBDIR += q2p SUBDIR += q2pro SUBDIR += q3cellshading -- cgit