phantasia

Phantasia - 2D SDL3 RPG prototype.
git clone git://git.beep.wimdupont.com/phantasia.git
Log | Files | Refs | README | LICENSE

phantasia.6 (662B)


      1 .Dd April 4, 2026
      2 .Dt PHANTASIA 6
      3 .Os
      4 .Sh NAME
      5 .Nm phantasia
      6 .Nd 2D SDL3 RPG prototype
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Fl -smoke-test
     10 .Op Fl -render-smoke-test
     11 .Sh DESCRIPTION
     12 .Nm
     13 is a small top-down RPG prototype with map movement, item pickup, and visible
     14 in-world entities.
     15 .Sh KEYBINDINGS
     16 .Bl -tag -width "Arrow keys / WASD"
     17 .It Arrow keys / WASD
     18 Move the player.
     19 .It Space / E
     20 Interact and pick up nearby loot.
     21 .It Window close button
     22 Quit the game.
     23 .El
     24 .Sh OPTIONS
     25 .Bl -tag -width Ds
     26 .It Fl -smoke-test
     27 Run a headless world-update smoke test.
     28 .It Fl -render-smoke-test
     29 Run a headless software-render smoke test and save a frame dump to
     30 .Pa obj/render-smoke.bmp .
     31 .El