Kevin Ramharak b5a9a13b99
Update README.md
See way easier
2018-01-02 14:52:13 +01:00

20 lines
897 B
Markdown

# Much-Assembly-Required-Frontend
Files for https://muchassemblyrequired.com/ frontend.
Requires a PHP environnment and a MySQL server (Database installation script: [database.sql](https://github.com/simon987/Much-Assembly-Required-Frontend/blob/master/database.sql)).
Easiest way to configure the database:
```bash
$ pwd
~/Much-Assembly-Required-Frontend/
$ mysql -u root -p < database.sql
Enter password: # type your MySQL root user password if you set any
# on a fresh install the password is empty
# NOTE: on a fresh install you might have to run the command with sudo
# NEVER blindly run commands as sudo. Check the contents of the 'database.sql' file first!
```
More information about the game [here.](https://github.com/simon987/Much-Assembly-Required)
HTML template by ajlkn
Pixel art for the 'Factory' sprite by harveydentmd