Newer
Older
## Description
The main goal of this game is to educate about responsible disclosure.
- `game.js`: The JavaScript file for running the Scenes.
- `Scene1.js` : The Starting Scene.
- `Scene2.js` : The Play Scene.
- `assets/`: A folder containing all game assets like images, sounds, etc.
Follow these steps to get the game running on your local machine:
Ensure you have the following installed before proceeding with the setup:
- [Phaser.js](https://phaser.io/download)
- [Python](https://www.python.org/downloads/)
- A modern web browser capable of running HTML5, such as Google Chrome, Mozilla Firefox, or Microsoft Edge
First, clone the repository to your local machine using Git:
```bash
git clone https://git.cs.uni-paderborn.de/swarekar/vulnventure.git
cd vulnventure
```
1. Open the bash terminal
2. Navigate to your project directory.
2. Execute:
`python3 -m http.server`
1. Open a web browser to start the game
2. Run:
* http://localhost:8000