Readme update

This commit is contained in:
Philippe Roy 2022-04-06 22:39:49 +02:00
parent d31b3590ad
commit 3a7461e9b7
1 changed files with 4 additions and 3 deletions

View File

@ -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)