暫無描述

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

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