/Branching-Game

Web branching role-playing game in Javascript

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

 

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:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git installed.

๐Ÿ Starting

# 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 <http://127.0.0.1:8080/>

๐Ÿ“ License

This project is under license from GNU. For more details, see the LICENSE file.

Made with โค๏ธ by Benoรฎt

 

Back to top