An open API service indexing awesome lists of open source software.

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.

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.

![image](https://github.com/johnl28/rpg/assets/54412955/0432f923-90a8-4480-b0e5-5b43e787d7a4)

## 🎮 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
![](https://i.imgur.com/jFUtd9S.jpg)

## 📝 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
![movement](https://user-images.githubusercontent.com/54412955/166667682-0db98f23-d392-4bc1-897a-3e5c87a2877f.png)

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