Transcendance Pong is a full-stack web implementation of the classic pong game, featuring a secure authentification system, a chat feature, and a multiplayer online pong game.
Built with Svelte, NestJS, and PostgreSQL, it uses the most current technologies to offer a contemporary take on a classic
Due to the removal of Heroku's free product plans, the project is temporarily not available. However, you can still try it out on your own machine by cloning the repository and running:
docker-compose up --build
This will build and start the necessary containers for the project. Once the containers are running, you can access the application in your web browser at http://localhost:8080.
This project is realeased under the MIT Licence.