Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.