Table of Contents
ft_transcendence is a web application developed as a 42 school project. It provides an engaging and interactive platform where users can enjoy a game of Pong. The application is designed with a modern and user-friendly interface, offering a seamless experience for gaming and social interactions.
- Pong Gameplay: Play the classic game of Pong with or without powerups, providing an exciting gaming experience.
- Ranked Games: Compete in ranked games and showcase your skills.
- Chat System: Engage in both group and private chats with other users, fostering community and communication.
- Friend Management: Add and manage friends to connect with them more easily.
- Password Protection: Secure your account with password protection.
- 2FA Authentication: Enhance security with two-factor authentication.
- 42 API Integration: Sign in with your 42 API credentials.
- User Profiles: View user profiles and high scores to track your progress and compare with others.
- Frontend: Vue.js
- Backend: TypeScript
- Database: PostgreSQL (accessed and queried with Prisma)
- API Documentation: Swagger
This project was made possible by the contributions of the following team members:
Just do the following commands:
cd webapp_setup
and then compile the programm.
Make sure you have all the dependences needed!
make
If you want to connect and see the programm go to your browser and use:
localhost:4200
Other Informations: api is running on port 3000 frontend is running on port 4200 adminer is running on port 5050 System: postgreSQL Server: postgres Username: postgres Password: password Database: db