From 3a7461e9b7bc39c905e5b14e859af04639ded810 Mon Sep 17 00:00:00 2001 From: phroy Date: Wed, 6 Apr 2022 22:39:49 +0200 Subject: [PATCH] Readme update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 241d0a6..6fe4d5d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,8 @@ 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. CodeTower is a open source software distributed under the terms of the GPLv3 license. + The game engine is [Blender](https://blender.org) - [UPGE](https://upbge.org). ![Screenshot](img/screenshot-01.jpg) @@ -20,6 +18,9 @@ Binaries (GNU/Linux and Windows) : [www.phroy.org](http://www.phroy.org/cloud/in ### Tower commands +With your Python script, 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). The Python script is the file **ct_cmd.py**, you have to edit it with editor sofware (Spyder, Emacs, Atom, ...). + * **Build a tower : ct_build (x, y, category, name, color, style)** - x position (integer) - y position (integer)