Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jugid/staurie
Framework to create textual games based on component
https://github.com/jugid/staurie
Last synced: about 1 month ago
JSON representation
Framework to create textual games based on component
- Host: GitHub
- URL: https://github.com/jugid/staurie
- Owner: JuGid
- Created: 2022-01-03T22:55:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T08:16:15.000Z (about 2 months ago)
- Last Synced: 2024-09-27T08:19:05.242Z (about 2 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Staurie
Staurie is a PHP Text based game engine to create interactive fiction with the possibility to activate/deactivate components. This is only for education purpose.
## Text based games
A text based game is a video game which uses no graphics and is played on console. This games were popular in the 70's to 90's. Now, they're are not so popular games but some still fun.
## Why Staurie
Staurie is modulable. You can write any story you want, with the fonctionnalities you want. Everything is configurable, so you can make your best textual game and the one you always imagine.
## Documentation
Staurie can helpyou to create a game based on OOP and PHP. This is used to help students to review what they studied before and watch if they know the OOP principles.
This documentation is a step-by-step tutorial to create a simple story. You can also find an example in the "example" folder.
## Contibuting
Please, feel free to contribute to the creation of ne components and the improvement of existing ones.