This is the final project for my CS385 (Computer Graphics) course. It is an implementation of the popular game Pac-man using three.js.
The backend is implemented using Python and Flask. The frontend is setup using Vanilla JavaScript and Three.JS.
to run this application for yourself, make sure you have python 3.10 and pip installed. In the terminal, run
pip install Flaskand then run the app.py file.