This project is a distributed system artiface and poster as part of comp260. My choosen atrifact is a cloud save system. Please refer to the project proposol found in 'documentation' for a more detailed outline.
User setup guide
- Download whole project using any github instance (I would suggest using fork)
- Download third party programm for sustaining MySql database named MAMP (https://www.mamp.info/en/downloads/)
- In MAMP preference settings select SERVER tab and set up Document root to the folder named sqlconnect in Database folder in the repostery
- Go to http://localhost/phpMyAdmin/ create new database and import new table in named players in Database folder in the reposetory
- Launch the project and enjoy!