o
odin.langpkg.dev
packages / app / Engine-Games

Engine-Games

f7467d9app

No description provided.

No license · updated 4 months ago

Engine Games

Game engine 2D experimental em Odin + SDL2.

Setup

Dependências (Arch Linux)

sudo pacman -S SDL2 sdl2_image sdl2_mixer sdl2_ttf pkgconf

Compilar

make build

Rodar

make run

Nota: O Makefile força SDL_VIDEODRIVER=wayland para funcionar no Wayland.

Estrutura

Engine-Games/
├── src/
│   ├── engine/    # engine core (futuro)
│   └── game/      # jogo atual
├── assets/        # sprites, áudio
├── configs/       # JSON de mapas
└── build/        # binário compilado

Controles

Tecla Ação
ESC Fechar

Recursos