Commit graph

23 commits

Author SHA1 Message Date
cc39434310 Merge remote-tracking branch 'origin/main' into attack-human 2024-07-07 18:16:44 +02:00
703e0f28fb Added ghost sprite and score 2024-07-07 18:10:57 +02:00
1ab85960fc Added human-attack 2024-07-07 18:02:02 +02:00
8e04d74682
fix all warnings
All checks were successful
Rust / rustfmt (push) Successful in 21s
Rust / clippy (push) Successful in 1m28s
Rust / build (push) Successful in 2m16s
2024-07-07 17:55:22 +02:00
d346d68aed
redistributable game
Some checks failed
Rust / rustfmt (push) Successful in 19s
Rust / clippy (push) Failing after 1m29s
Rust / build (push) Successful in 2m8s
2024-07-07 17:44:17 +02:00
28655cc819
overworld human icon
Some checks failed
Rust / rustfmt (push) Successful in 26s
Rust / clippy (push) Failing after 1m32s
Rust / build (push) Successful in 3m14s
2024-07-07 17:39:06 +02:00
0c9624d511
Houses have energy that interact with ghosts (#18)
Some checks failed
Rust / rustfmt (push) Successful in 24s
Rust / clippy (push) Failing after 2m32s
Rust / build (push) Successful in 3m40s
Reviewed-on: #18
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-07 15:18:32 +00:00
2354e34142 energie lost overworld
Some checks failed
Rust / rustfmt (push) Failing after 24s
Rust / clippy (push) Failing after 1m26s
Rust / build (push) Successful in 3m3s
2024-07-07 16:41:44 +02:00
b9e065058f
fix camera inside houses
Some checks failed
Rust / rustfmt (push) Failing after 20s
Rust / clippy (push) Failing after 1m26s
Rust / build (push) Successful in 2m9s
2024-07-07 16:32:07 +02:00
Fredi
3816dbac77 Merge branch 'room-types'
Some checks failed
Rust / rustfmt (push) Failing after 24s
Rust / clippy (push) Failing after 1m27s
Rust / build (push) Successful in 3m1s
2024-07-07 16:20:20 +02:00
Fredi
84030e5b6c Living room 2024-07-07 16:19:57 +02:00
a6d9e088ef room-creation (#15)
Some checks failed
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Failing after 2m29s
Rust / build (push) Successful in 3m29s
Co-authored-by: Dominic <git@msrd0.de>
Co-authored-by: Fredi <fredrik.konrad@rwth-aachen.de>
Reviewed-on: #15
Co-authored-by: Glaeder <niklas@vousten.dev>
Co-committed-by: Glaeder <niklas@vousten.dev>
2024-07-07 14:13:52 +00:00
fa990bfadb improve movement at overworld (#16)
Some checks failed
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Failing after 1m30s
Rust / build (push) Successful in 3m8s
Reviewed-on: #16
Co-authored-by: luckyturtledev <git@lukas1818.de>
Co-committed-by: luckyturtledev <git@lukas1818.de>
2024-07-07 14:03:49 +00:00
fe6651d573 add option to turn devtools off (#17)
Some checks failed
Rust / clippy (push) Has been cancelled
Rust / build (push) Has been cancelled
Rust / rustfmt (push) Has been cancelled
Reviewed-on: #17
Co-authored-by: luckyturtledev <git@lukas1818.de>
Co-committed-by: luckyturtledev <git@lukas1818.de>
2024-07-07 14:03:30 +00:00
9bfa6e2669 fix house entering
Some checks failed
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Failing after 1m26s
Rust / build (push) Successful in 3m0s
2024-07-07 14:39:25 +02:00
33b301a410 Room Creating: Place Kitchen Furniture (#11)
Some checks failed
Rust / rustfmt (push) Successful in 24s
Rust / clippy (push) Failing after 2m27s
Rust / build (push) Successful in 3m8s
Co-authored-by: Glaeder <niklas@vousten.dev>
Co-authored-by: Fredi <fredrik.konrad@rwth-aachen.de>
Reviewed-on: #11
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-07 11:54:42 +00:00
bb37f613ad enter house (#10)
Some checks failed
Rust / rustfmt (push) Successful in 29s
Rust / clippy (push) Failing after 2m25s
Rust / build (push) Successful in 2m54s
Reviewed-on: #10
Co-authored-by: luckyturtledev <git@lukas1818.de>
Co-committed-by: luckyturtledev <git@lukas1818.de>
2024-07-07 11:21:08 +00:00
ff743e97b8 Overworld Movement (#9)
All checks were successful
Rust / rustfmt (push) Successful in 24s
Rust / clippy (push) Successful in 1m12s
Rust / build (push) Successful in 3m13s
Co-authored-by: luckyturtledev <git@lukas1818.de>
Reviewed-on: #9
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-07 08:49:19 +00:00
9c8a399b38 fix drawing mirror
All checks were successful
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Successful in 1m24s
Rust / build (push) Successful in 3m19s
2024-07-06 23:52:27 +02:00
e03cd06c78
Add fence to static worldgen (#4)
All checks were successful
Rust / rustfmt (push) Successful in 22s
Rust / clippy (push) Successful in 1m17s
Rust / build (push) Successful in 3m21s
Fence Assets

Reviewed-on: #4
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-06 21:19:24 +00:00
8143a99843 Static World Gen and Display for the Overworld (#5)
All checks were successful
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Successful in 1m23s
Rust / build (push) Successful in 3m11s
Co-authored-by: luckyturtledev <git@lukas1818.de>
Reviewed-on: #5
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-06 20:23:25 +00:00
5a4451d6a7 cabel-movement (#3)
All checks were successful
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Successful in 1m21s
Rust / build (push) Successful in 3m1s
Cable Movemnt is finished. grid is hard coded

Reviewed-on: #3
Co-authored-by: Glaeder <niklas@vousten.dev>
Co-committed-by: Glaeder <niklas@vousten.dev>
2024-07-06 17:59:56 +00:00
c957799a81 add activities
Some checks failed
Rust / rustfmt (push) Successful in 19s
Rust / clippy (push) Failing after 38s
Rust / build (push) Successful in 2m3s
2024-07-06 13:33:58 +02:00