-
Instead of making assumptions about where the code for a game has to live in order to run the game via `cli.py`, we could introduce a `game_registry.json` (in the style of the `model_registry.json`) t…
-
### Bug Description
The editor segfaults randomly when exiting game mode.
Debugging in LLDB traces this issue back to https://github.com/o3de/o3de/blob/c602b493dbb91b246f479cb4fc35bbbcf3f55228/…
-
```
2024-11-17 12:57:50 [error]: An unhandled error has occurred.
2024-11-17 12:57:50 [error]: System.MissingFieldException: Field not found: 'osu.Game.OsuGame.LocalUserPlaying'.
2024-11-17 12:57:5…
-
Basic game framework, including all players, the football, the play area, simple server
-
- Want to build tools to handle repetitive tasks
- Spawning enemies
- Generating level & wiring up physics to appropriate sprites
Idea:
- Level tool for generating level itself & wire up phy…
-
04.11. 20:47:30.754 Stacktrace: at Microsoft.Xna.Framework.Audio.OpenALSoundController..ctor () [0x00023] in :0
at Microsoft.Xna.Framework.Audio.OpenALSoundController.get_GetInstance () [0x00…
-
- [ ] Check out Phaser
- [ ] Check out Phaser alternative
- [ ] 1:
- [ ] 2:
- [ ] 3:
-
Managed to get the project to build with only warnings on the Raspberry Pi 5 (Raspberry Pi 5 OS - Debian Bookworm). However, when I run the app, it silently crashes. Checking the logs reveals that t…
-
Running StardewValley as a headless server. I have everything working fine using `jlesage/baseimage-gui:debian-11-v3.5`. When I updated to `jlesage/baseimage-gui:debian-11-v4` the app won't launch and…
-
Implement a basic framework for handling IRC games in the bot.
I was thinking that we probably want to handle game-related commands separately from other CommandHandlers. I was thinking have a GameH…