Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2-Player 8-Ball Pool

Description

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.

Getting Started

  1. After cloning the repo, run export LD_LIBRARY_PATH=. in the main directory
  2. Run make to compile the C libraries and run SWIG
  3. Start the web server by running python3 gameServer.py <port_number>, where <port_number> is your desired port

Dependencies/Libraries

  • Python3.11 (and its standard libraries)
  • SQLite3
  • Designed to run on Linux/WSL

Images

image image

About

2 Player 8-Ball Pool Game

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages