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

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

Awesome Lists containing this project

README

          


 

Web Branching Game 🤠

Repository size

License

Github issues

Github forks

Github stars


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

 

Back to top