A full-stack 2-player Pool game with responsive HTML UI. Hosted on a Python server, with physics calculations done through C, stored in an SQLite3 database. Animations are done in real-time using SVG images.
- After cloning the repo, run
export LD_LIBRARY_PATH=.in the main directory - Run
maketo compile the C libraries and run SWIG - Start the web server by running
python3 gameServer.py <port_number>, where <port_number> is your desired port
- Python3.11 (and its standard libraries)
- SQLite3
- Designed to run on Linux/WSL

