Commit graph

5 commits

Author SHA1 Message Date
39b604b333 refactor: reorganize pxl8 into client/src/ module structure
- core/: main entry, types, logging, I/O, RNG
- asset/: ase loader, cart, save, embed
- gfx/: graphics, animation, atlas, fonts, tilemap, transitions
- sfx/: audio
- script/: lua/fennel runtime, REPL
- hal/: platform abstraction (SDL3)
- world/: BSP, world, procedural gen
- math/: math utilities
- game/: GUI, replay
- lua/: Lua API modules
2026-01-15 08:51:08 -06:00
3313c800a9
refactor pxl8 repl 2025-12-02 19:58:15 -06:00
04d3af11a9 add save and bundle pxl8 with game for standalone game distribution 2025-11-28 23:42:57 -06:00
b1e8525c3e true 16-bit color... glorious 2025-11-28 14:46:42 -06:00
27b6459b9a add anim and transitions and re-org lua api scripts 2025-11-15 11:45:05 -06:00