https://github.com/benoitprmt/branching-game
Web branching role-playing game in Javascript
https://github.com/benoitprmt/branching-game
Last synced: about 1 year ago
JSON representation
Web branching role-playing game in Javascript
- Host: GitHub
- URL: https://github.com/benoitprmt/branching-game
- Owner: BenoitPrmt
- License: gpl-3.0
- Created: 2023-09-17T11:52:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T13:45:04.000Z (almost 3 years ago)
- Last Synced: 2025-04-22T19:18:19.900Z (about 1 year ago)
- Language: CSS
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web Branching Game 🤠




About |
Technologies |
Requirements |
Starting |
License |
Author
## 🎯 About ##
Small branching game on the theme of the wild west made as part of the pre-school season at my school.
History is in french (`./data/data.json` file)
## 🚀 Technologies ##
The following tools were used in this project:
- [http-server](https://www.npmjs.com/package/http-server)
## ✅ Requirements ##
Before starting 🏁, you need to have [Git](https://git-scm.com) installed.
## 🏁 Starting ##
```bash
# Clone this project
$ git clone https://github.com/BenoitPrmt/Branching-Game
# Access
$ cd Branching-Game
# Install dependencies
$ npm install
# Run the project
$ http-server
# The server will initialize in the
```
## 📝 License ##
This project is under license from GNU. For more details, see the [LICENSE](LICENSE.md) file.
Made with ❤️ by Benoît