diff --git a/data/ideas.json b/data/ideas.json index 26a0ebc..130e887 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -262,5 +262,11 @@ "description": "a web to consume waze api to improve another apps", "level": "intermediate", "tags": "Api-GPS" + }, + { + "title": "Connect Four", + "description": "A two player game where each player try to connect four blocks to win", + "level": "intermediate", + "tags": "javascript game, connect-four" } ]