Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobsteves/inauguration
A text-based php game.
https://github.com/jacobsteves/inauguration
Last synced: about 1 month ago
JSON representation
A text-based php game.
- Host: GitHub
- URL: https://github.com/jacobsteves/inauguration
- Owner: jacobsteves
- Created: 2017-05-05T00:26:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T03:08:40.000Z (over 7 years ago)
- Last Synced: 2023-11-08T19:49:43.658Z (about 1 year ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Inaguration
## A text based PHP Game
### Frontend
To set up frontend, you must get a PHP server up. Whether it is through apache or a web server.
### Backend
There are two folders with almost identical contents.
- WithDB: The database must be connected and configured in `dbc.php`. The attached sql file contains an export of the database used.
- WithoutDB: There is no need to configure backend. All data is organized within the frontend.