Game engine 2D experimental em Odin + SDL2.
sudo pacman -S SDL2 sdl2_image sdl2_mixer sdl2_ttf pkgconfmake buildmake runNota: O Makefile força SDL_VIDEODRIVER=wayland para funcionar no Wayland.
Engine-Games/
├── src/
│ ├── engine/ # engine core (futuro)
│ └── game/ # jogo atual
├── assets/ # sprites, áudio
├── configs/ # JSON de mapas
└── build/ # binário compilado
| Tecla | Ação |
|---|---|
| ESC | Fechar |