Readme update

This commit is contained in:
Philippe Roy 2022-04-06 22:44:36 +02:00
parent 15a6d14382
commit 1283914a30

View File

@ -12,14 +12,15 @@ The game engine is [Blender](https://blender.org) - [UPGE](https://upbge.org).
### Download
Source repository (Gitlab ) : https://gitlab.com/phroy/codetower
Source repository (Gitlab) : https://gitlab.com/phroy/codetower
Binaries (GNU/Linux and Windows) : [www.phroy.org](http://www.phroy.org/cloud/index.php/s/nyoWT6xMkxAJ9Pm)
### 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 **ct_cmd.py** (in the game folder), you have to edit it with editing software (Spyder, Emacs, Atom, ...).
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 **ct_cmd.py** (in the game folder), you have to edit it with editing software (Spyder, Emacs, Atom, ...).
* **Build a tower : ct_build (x, y, category, name, color, style)**
- x position (integer)