Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

added idea of a Farming game #161

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ dist

# TernJS port file
.tern-port
/.vs
6 changes: 6 additions & 0 deletions data/ideas.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,11 @@
"description": "a web to consume waze api to improve another apps",
"level": "intermediate",
"tags": "Api-GPS"
},
{
"title": "Farming game",
"description": "Create a game where ground can be tilled : crops can be planted, watered, grow as the days progress, can be harvested and sold ",
"level": "basic",
"tags": "Farming game, game,"
}
]