mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-15 23:59:04 +00:00
5c567d4d8f45be09dc80d03ddbcac8bc1ef9eeff
Much-Assembly-Required-Frontend
Files for https://muchassemblyrequired.com/ frontend.
Requires a PHP environnment and a MySQL server (Database installation script: database.sql).
Easiest way to configure the database:
$ pwd
~/Much-Assembly-Required-Frontend/
$ mysql -u root -p
Enter password: # type your MySQL root user password
MariaDB [(none)]>
MariaDB [(none)]> CREATE DATABASE mar;
MariaDB [(none)]> GRANT ALL PRIVILEGES ON mar.* to 'mar'@'localhost' identified by 'mar';
MariaDB [(none)]> FLUSH PRIVILEGES;
MariaDB [(none)]> USE mar;
MariaDB [mar]> \. database.sql
MariaDB [(none)]> exit
Bye
$ # if '\. database.sql' failed you were not in the right directory. make sure you are in the repo root directory
$ # before running these commands
Make sure to change the configuration in /include/config.php.
Tough if you used the snippet above there is nothing to change (except the title if you want)
More information about the game here.
HTML template by ajlkn
Pixel art for the 'Factory' sprite by harveydentmd
Description
Languages
JavaScript
92.6%
SCSS
2.6%
Less
1.5%
TypeScript
1.5%
CSS
1%
Other
0.8%