mirror of
https://forge.apps.education.fr/phroy/codetower.git
synced 2024-01-27 11:35:17 +01:00
Readme update
This commit is contained in:
parent
3547c36a7a
commit
3c77dd3e84
20
README.md
20
README.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user