https://github.com/johnl28/rpg
The First Dungeon is an RPG game project, written in plain CSS, HTML, and JavaScript.
https://github.com/johnl28/rpg
browser-game game game-2d game-development javascript javascript-game pixijs rpg-game
Last synced: 11 days ago
JSON representation
The First Dungeon is an RPG game project, written in plain CSS, HTML, and JavaScript.
- Host: GitHub
- URL: https://github.com/johnl28/rpg
- Owner: johnl28
- Created: 2022-01-07T19:41:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T16:22:31.000Z (about 2 years ago)
- Last Synced: 2025-12-21T22:12:55.016Z (3 months ago)
- Topics: browser-game, game, game-2d, game-development, javascript, javascript-game, pixijs, rpg-game
- Language: CSS
- Homepage: https://thefirstdungeon.web.app/
- Size: 2.26 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚔️ The First Dungeon ⚔️
The First Dungeon is an RPG game project for Computing Practice Module, University of Plymouth.
Coded in HTML, CSS, and JavaScript using [PixiJS](https://pixijs.com/ "PixiJS Homepage") for 2D rendering and [VueJS](https://vuejs.org/) for User Interface.

## 🎮 Gameplay
- You will be spawned as an adventurer, which will have to save his world from the goblins. There will be 3 different realms, in order to win you must kill each boss of the realm.
- Killing and collecting the items will gain you experience for level and power. Just beating the boss is not gonna bring you to the next realm, you must complete the spell puzzle using the stones gathered after killing the boss.
## 📐 Code Architecture

## 📝 License
#### [BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause)
## ♥ Resources & Credits
- Here are the links for the sprites and assets used for the game.
- https://opengameart.org/content/lpc-trees
- https://opengameart.org/content/2d-lost-garden-tileset-transition-to-jetrels-wood-tileset
- https://opengameart.org/content/rpg-tiles-cobble-stone-paths-town-objects
- https://sanctumpixel.itch.io/imp-axe-demon-pixel-art-character
- https://rvros.itch.io/animated-pixel-hero
- https://admurin.itch.io/free-chest-animations
- https://luizmelo.itch.io/monsters-creatures-fantasy
- https://opengameart.org/content/lpc-terrains
- https://opengameart.org/content/lpc-rocks
- https://opengameart.org/content/lpc-bricks
## Inputs

## Demo link
[👉 Click here](https://thefirstdungeon.web.app/)