Aucune description

Houkime 89c426e167 add README il y a 3 ans
.gitignore 21d84b7205 initial commit il y a 3 ans
LICENSE bbc651b264 add LICENSE il y a 3 ans
Login.gd 21d84b7205 initial commit il y a 3 ans
MAIN.gd 21d84b7205 initial commit il y a 3 ans
Node2D.tscn 21d84b7205 initial commit il y a 3 ans
README 89c426e167 add README il y a 3 ans
Register.gd 21d84b7205 initial commit il y a 3 ans
brick3.gd 21d84b7205 initial commit il y a 3 ans
client.py 21d84b7205 initial commit il y a 3 ans
default_env.tres 21d84b7205 initial commit il y a 3 ans
export_presets.cfg 21d84b7205 initial commit il y a 3 ans
greeting_screen.gd 21d84b7205 initial commit il y a 3 ans
icon.png 21d84b7205 initial commit il y a 3 ans
offender.gd 21d84b7205 initial commit il y a 3 ans
offender.tscn 21d84b7205 initial commit il y a 3 ans
parallel.gd 21d84b7205 initial commit il y a 3 ans
parent.gd 21d84b7205 initial commit il y a 3 ans
project.godot 21d84b7205 initial commit il y a 3 ans
pythonscript.gdnlib 21d84b7205 initial commit il y a 3 ans
spawner.gd 21d84b7205 initial commit il y a 3 ans
status_label.gd 21d84b7205 initial commit il y a 3 ans
wrapper.gd 21d84b7205 initial commit il y a 3 ans

README

# Federated Triangle of Doom

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:
* matrix-nio
* requests

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 .`