diff --git a/README.md b/README.md index 1bb52eb..8d2df13 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # CodeTower **Code your tower (coding tower defense)** + +CodeTower is a Tower Defense coding game where the towers are driven by Python code. + +With your code, you can build, remove and upgrade your towers. For each tower, you will be +able to choose dynamically most appropriate techno (archer tower) or spell (mage tower). + +It's a early prototype. + +![Screenshot](img/screenshot-01.jpg) + + + + diff --git a/img/screenshot-01.jpg.png b/img/screenshot-01.jpg.png new file mode 100644 index 0000000..1a1570a Binary files /dev/null and b/img/screenshot-01.jpg.png differ