A FullStack Text-based RPG
- HTML
- CSS
- JavaScript
- Koa
- PostgreSQL
Run npm install
.
To run the server:
npm run index.mjs
To run the client:
npx http-server -c-1
-
Interactive buttons
-
Able to move between doors
-
Create a new player
-
Add basic items at the inventory
-
Tested server endpoints
-
Components organized in modules
- Proper manipulation of click events dynamically generated by javascript modules to navigate between doors. read more
- Loading rooms from the server
- Saving the player on the server
- CSS responsive styling
- Create login page