a TypeScript framework of your choice
Credits:
Our team whiteboard.
Our code.
Our public files.
Welcome to the ✨ Deluxe Pong ✨
documentation!
This document will contain resources and explanations about our project. You can read it as a student that works on ft_transcendance or just if you are curious about web development. This project is a 42.fr subject about creating and coding with notions that are obscure to us. The aim is to code a multiplayer Pong game in a web language (here in JavaScript). From now we have only seen C/ASM/C++ yet. And now we are alone in the wild web to find a way to start this project.
In this document, you will find how we made it and resources about it.
Cause we liked that (and we have to), we will use Docker and docker-compose
to deploy our pong game website. The project must build only by a docker-compose up --build
just after a Git cloning.