OnePage Dungeons are role-playing scenarios contained in a single page. The layout plays a fundamental role in the performance and enjoyment of the game itself.
"L.S.D. The Rooms Within" won the "One Page Dungeon 4 Play" prize at PLAY Modena 2023.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 234),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 234),0)
)
ORDER BY date, id