https://github.com/bb4/bb4-adventure
A framework for building graphical (or textual) adventures.
https://github.com/bb4/bb4-adventure
framework game
Last synced: 12 months ago
JSON representation
A framework for building graphical (or textual) adventures.
- Host: GitHub
- URL: https://github.com/bb4/bb4-adventure
- Owner: bb4
- License: mit
- Created: 2017-06-04T18:12:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T14:31:40.000Z (about 3 years ago)
- Last Synced: 2025-01-10T17:41:31.909Z (about 1 year ago)
- Topics: framework, game
- Language: Scala
- Homepage:
- Size: 22.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-adventure
A configurable story builder. Stories are configured using xml script files that reside in
com/barryecker4/puzzle/adventure/stories.
Currently there is a Ludlow adventure based on a scenario from an old Dragon magazine,
and a learnBinary tutorial that demonstrates that the framework can be used for things other than adventure gaming.
This project started as a framework to create adventure games (hence the name), but then I realized it could have many other applications. It can be used to deliver any interactive story or tutorial. Furthermore, it could be used to edit any arbitrary graph or hierarchy such as the data for [aikido application builder]().
### [How to Build](https://github.com/barrybecker4/bb4-common/wiki/Building-bb4-Projects)
If you have not already done so, first install [Git](http://git-scm.com/), and [Intellij](http://www.jetbrains.com/idea/).
Type 'gradlew build run' at the root (or ./gradlew if running in Cygwin). This will start the adventure game.
If you want to open the source in Intellij, then first run 'gradle idea'.
When there is a new release, versioned artifacts will be published by Barry Becker to [Sonatype](https://oss.sonatype.org).
### License
All source (unless otherwise specified in individual file) is provided under the [MIT License](http://www.opensource.org/licenses/MIT)