This project brings Pong and a Puzzle game in a built-from-scratch website. Users can compete against each other in local multiplayer matches.
- Use a backend framework (Django)
- Add a second game
- Local Multiplayer (2-6 players)
- Implement an AI-controlled opponent
- Use advanced 3D techniques (THREE.js)
- Use a frontend framework (Bootstrap)
- Use a database in the backend (PostgreSQL)
- Support multiple languages (english, french, german)
- Extend web browser compatibility
Clone the project
git clone https://github.com/thfavre/transcendence.gitGo to the project directory
cd path-to-transcendence/transcendenceStart the server
docker-compose up --buildEnjoy on the website
https://localhost/

