Readme update

This commit is contained in:
Philippe Roy 2022-04-26 11:08:14 +02:00
parent 3547c36a7a
commit 3c77dd3e84

View File

@ -14,9 +14,19 @@ The game engine is [Blender](https://blender.org) / [UPGE](https://upbge.org).
### Download
Source repository (Gitlab) : https://gitlab.com/phroy/codetower
* itch.io marketplace : [itch.io / codetower](https://phroy.itch.io/codetower)
Binaries (GNU/Linux and Windows) : [www.phroy.org](http://www.phroy.org/cloud/index.php/s/nyoWT6xMkxAJ9Pm)
* Source repository (Gitlab) : https://gitlab.com/phroy/codetower
* Binaries repository (GNU/Linux and Windows) : [www.phroy.org](http://www.phroy.org/cloud/index.php/s/nyoWT6xMkxAJ9Pm)
### Map commands
* **Get your level : ct_level ()**
- Return your level (integer)
* **Time management (temporization) : ct_sleep (delay)**
- delay : duration in seconds (float)
### Tower commands
@ -41,9 +51,3 @@ The Python script is the file **ct_cmd.py** (in the game folder), you have to ed
* **Remove a tower : ct_remove (x, y)**
- x position (integer)
- y position (integer)
* **Get your level : ct_level ()**
- Return your level (integer)
* **Time management (temporization) : ct_sleep (delay)**
- delay : duration in seconds (float)