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
d31b3590ad
commit
3a7461e9b7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user