https://github.com/zetsux/text-rpg-web
⚔️ A simple and playable Text-based RPG in web (Front-end only)
https://github.com/zetsux/text-rpg-web
html-css-javascript text-rpg
Last synced: 5 months ago
JSON representation
⚔️ A simple and playable Text-based RPG in web (Front-end only)
- Host: GitHub
- URL: https://github.com/zetsux/text-rpg-web
- Owner: zetsux
- Created: 2023-01-17T16:26:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T16:38:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T10:40:22.337Z (8 months ago)
- Topics: html-css-javascript, text-rpg
- Language: JavaScript
- Homepage: https://text-rpg-web.vercel.app
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text RPG Web
## Description
A simple and playable Front-end only Text-based RPG in web
## Tech Stacks
- HTML, CSS, JavaScript (Front-end)
## Features
- User status (XP & HP) and currency (Coin) are available
- Able to use interactive buttons to do things
- Able to move between places
- Able to buy potion and blessings to increase HP
- Able to upgrade and downgrade weapon
- Able to fight Slime or Orc for Coin and XP
- Able to fight the final boss (Demon Lord) to win the game
- Able to replay the game after losing/winning the game
## Reference
[freeCodeCamp.org Youtube Channel](https://www.youtube.com/@freecodecamp)