Houkime e466fbf59f untrack export presets (not really portable anyway) | 3 years ago | |
---|---|---|
screenshot | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Login.gd | 3 years ago | |
MAIN.gd | 3 years ago | |
Node2D.tscn | 3 years ago | |
README.md | 3 years ago | |
Register.gd | 3 years ago | |
brick3.gd | 3 years ago | |
client.py | 3 years ago | |
default_env.tres | 3 years ago | |
greeting_screen.gd | 3 years ago | |
icon.png | 3 years ago | |
offender.gd | 3 years ago | |
offender.tscn | 3 years ago | |
parallel.gd | 3 years ago | |
parent.gd | 3 years ago | |
project.godot | 3 years ago | |
pythonscript.gdnlib | 3 years ago | |
quitbutton.gd | 3 years ago | |
spawner.gd | 3 years ago | |
status_label.gd | 3 years ago | |
wrapper.gd | 3 years ago |
if the topmost brick falls, game end
send 'boom' into chat (see alias in the corner) to spawn an offender
But... there is no defender...
local Matrix server preferred, check out https://conduit.rs use http:// for local only! for easy testing of sending booms: gomuks
dependencies for godot-python:
for instructions on how to work with godot-python: https://github.com/touilleMan/godot-python
(you will need to copy the addons folder from the asset lib release and then install the deps using the bundled interpreter for your platforn)
To open in godot for editing:
godot -e .
To just run (but one still needs to open editor once for imports to happen. This is increduibly stupid and one day i will make a PR to godot to fix this nonsense):
godot .