Our project is a revamping of our project 4 web-app, complete with new modes and a whole new look!
Simply visit http://143.198.0.220/ and play!
Due to http secuirty issues, to be able to make use of the gesture recognition mode, you need to whitelist the site in your browser. Go "chrome://flags" and and add the IP to the "Insecure origins treated as secure" whitelist.
To install this web-app locally, simply clone the GitHub repo via the command line:
git clone [email protected]:software-students-fall2024/5-final-book_of_amos.git
To build the image for the project simply run the command:
docker-compose build
Then to load the image, simple run:
docker-compose up
Alternatively, you can build and run in the the same command:
docker-compose up --build
Once the image is running, simply visit the web-app at: http://127.0.0.1:5005/
The only requirement needed to run this project is Docker. See install instruction on their website.