Commit Graph

7 Commits

Author SHA1 Message Date
aec0e8e978 feat: Multiplayer (#2)
Make this game multiplayer.

Setup:
- `common` for common classes used both by the server and the client
- `game` the actual client
- `server` the server

Reviewed-on: https://gitea.local.jzitnik.dev/jzitnik/game/pulls/2
Co-authored-by: jzitnik-dev <email@jzitnik.dev>
Co-committed-by: jzitnik-dev <email@jzitnik.dev>
2026-02-04 10:33:24 +00:00
5193b4aba8 chore: Updated dependencies 2026-01-24 22:06:20 +01:00
afb76adf99 feat: Enemy hitting player animation and refactor 2026-01-08 08:46:43 +01:00
bf8ca30d6a refactor: Microphone rewrite and fix bug 2026-01-01 17:57:09 +01:00
fdb6c3075d feat: New scenes 2025-12-21 14:40:36 +01:00
88403993fe feat: Scene API 2025-12-17 13:30:55 +01:00
10a2e402b7 chore: Scaffolding of the project 2025-12-11 16:38:08 +01:00