starveme/PAGES.md

27 lines
942 B
Markdown
Raw Permalink Normal View History

2026-01-09 18:49:31 +01:00
# Page Structure
## `/`
Main page, will show the testing version for logged out users and the normal
version for logged in users. Alias for `/test` for logged out users and `/play`
for logged in ones.
## `/about`
A description of the game, safety considerations, and a link to the repository.
## `/user`
Configuration page for the user. This is where custom meals, as well as setting
the max fast duration (up to 3 days, defaulting to 1 day) can be set. Will
redirect to the login page for logged out users.
## `/test`
Testing area for the game. Will be the equivalent to what logged out users will
see, and will be a hidden url for logged in users.
## `/play`
Hosts the main game. For logged in users, this is the same as `/`. For logged
out users, this will redirect to the login page.
## `/login`
Basic login page. Allows for logged out users to log in, and will ask a logged
in user if they would like to switch accounts (log out).