From b4e818ff7ecd8f866331c16da4a4b525dee228d1 Mon Sep 17 00:00:00 2001 From: lisambet Date: Mon, 9 Mar 2026 10:59:46 +0100 Subject: [PATCH] feat: gifs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index be126e3..cd38708 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ This project has been created as part of the 42 curriculum by lisambet, fpetit, rcaillie, jhervoch, npolack. +## Preview + +![Image](https://github.com/user-attachments/assets/fd3b9fea-68ea-42e5-b7d5-7a06602e1063) + +![Image](https://github.com/user-attachments/assets/90567b67-ed30-41ce-97aa-91cfa82208cd) + ## Description > A full-stack multiplayer Pong web application. Built as a microservices SPA with real-time gameplay, tournament system, OAuth2 auth, 2FA, an AI opponent, and blockchain score storage. It covers a wide range of concepts including real-time communication, modern authentication flows, containerized deployment, and blockchain integration.