Nav apraksta

Houkime e466fbf59f untrack export presets (not really portable anyway) 3 gadi atpakaļ
screenshot d35ceab54f screens 3 gadi atpakaļ
.gitignore e466fbf59f untrack export presets (not really portable anyway) 3 gadi atpakaļ
LICENSE bbc651b264 add LICENSE 3 gadi atpakaļ
Login.gd 21d84b7205 initial commit 3 gadi atpakaļ
MAIN.gd 21d84b7205 initial commit 3 gadi atpakaļ
Node2D.tscn f7929a401f small QoL fixes 3 gadi atpakaļ
README.md f7929a401f small QoL fixes 3 gadi atpakaļ
Register.gd 21d84b7205 initial commit 3 gadi atpakaļ
brick3.gd 21d84b7205 initial commit 3 gadi atpakaļ
client.py 21d84b7205 initial commit 3 gadi atpakaļ
default_env.tres 21d84b7205 initial commit 3 gadi atpakaļ
greeting_screen.gd 21d84b7205 initial commit 3 gadi atpakaļ
icon.png 21d84b7205 initial commit 3 gadi atpakaļ
offender.gd 21d84b7205 initial commit 3 gadi atpakaļ
offender.tscn 21d84b7205 initial commit 3 gadi atpakaļ
parallel.gd 21d84b7205 initial commit 3 gadi atpakaļ
parent.gd 21d84b7205 initial commit 3 gadi atpakaļ
project.godot b3fcf7bfbb change the name in the project file 3 gadi atpakaļ
pythonscript.gdnlib 21d84b7205 initial commit 3 gadi atpakaļ
quitbutton.gd f7929a401f small QoL fixes 3 gadi atpakaļ
spawner.gd 21d84b7205 initial commit 3 gadi atpakaļ
status_label.gd 21d84b7205 initial commit 3 gadi atpakaļ
wrapper.gd 21d84b7205 initial commit 3 gadi atpakaļ

README.md

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 .