Commit graph

242 commits

Author SHA1 Message Date
Maieul BOYER
5fca0d0e94 chore(cleanup): moved pong.css to pong directory 2026-01-06 16:50:11 +01:00
Maieul BOYER
40dea32048 feat(pong): added history api to get list of games 2026-01-06 16:50:11 +01:00
Maieul BOYER
8eac0a0d4e feat(pong): detect when the client hasnt sent anything in X secs 2026-01-05 17:50:17 +01:00
bgoulard
b3151d4b28 local game btn ok 2026-01-05 17:23:20 +01:00
bgoulard
94d263993d wip 2026-01-05 17:23:20 +01:00
bgoulard
61b49ab370 pong:front: pretty end screen + self & opponent names prints 2026-01-05 17:23:20 +01:00
Alessandro Petitcollin
7724e24e4c (misc): Initial commit 2026-01-05 15:47:42 +01:00
NigeParis
b69a452810 fastify.log.info done 2026-01-05 15:39:21 +01:00
Maieul BOYER
69ba60b03d feat(chat): fixed typo in profile command and improved profile in chat 2026-01-04 16:39:34 +01:00
NigeParis
3e1dd0fdd9 css update 2026-01-04 16:06:11 +01:00
bgoulard
0727067b27 pong pretty / local rdy in back, need hooking in front 2026-01-04 15:57:40 +01:00
Maieul BOYER
4ec44420db feat(pong): made changes to allow local play 2026-01-04 15:18:11 +01:00
Maieul BOYER
9947970f63 feat(routing): pass the new url to pageChange event 2026-01-04 15:18:11 +01:00
NigeParis
6f89e4a3e1 Fixed winx and win0 in tictactoe 2026-01-04 13:43:40 +01:00
NigeParis
d293185a28 fixed buddies list bug 2026-01-04 13:43:40 +01:00
NigeParis
4fc43cc429 dis-activated ttt.ts line 98 - does not exist 2026-01-04 13:43:40 +01:00
NigeParis
914ef550be css file added to tic tac toe 2026-01-04 13:43:40 +01:00
NigeParis
97b14815b0 WIP css orga ttt 2026-01-04 13:43:40 +01:00
Maieul BOYER
b86d50f9f0 make requeuing and other stuff better 2026-01-04 13:43:40 +01:00
Maieul BOYER
972b78a1e2 feat(ttt): made proper queue and multi game handling 2026-01-04 13:43:40 +01:00
Maieul BOYER
0b15fd897b feat(pong): reworked pong to use sane system as ttt 2026-01-03 16:47:03 +01:00
NigeParis
afd79e334c First Major Clean Up Done 2026-01-02 15:30:47 +01:00
bgoulard
dded33f5fa [wip] local ~= ok, colision = ok, queue != ok, front (looks) = ok, sock Shapes ~= ok (missing new shapes) 2026-01-02 15:16:58 +01:00
bgoulard
0033956ca1 [wip] colisions 2026-01-02 15:16:58 +01:00
bgoulard
40068bfb57 merge cleanup :D 2026-01-02 15:16:58 +01:00
bgoulard
8a6394786c added ball + bounces; started on queu system for user to join game 2026-01-02 15:16:58 +01:00
NigeParis
7571927097 pong bats working with css tailwind updates 2026-01-02 15:16:58 +01:00
NigeParis
1da4ae9c4c WIP bats left does not move 2026-01-02 15:16:58 +01:00
NigeParis
6e6162c3f0 basic setup pong - frontend and backend with simplw socket message and fastify route 2026-01-02 15:16:58 +01:00
NigeParis
5354c01bad empty the pong to minimum set up 2026-01-02 15:16:58 +01:00
NigeParis
7c20066b63 Started Pong simple copy Chat - WIP simplification first job 2026-01-02 15:16:58 +01:00
NigeParis
9620fa12d3 Added Login state in profil + css 2026-01-02 14:38:55 +01:00
NigeParis
b8b4bbd1cb Added notification state sign and cmd @help 2026-01-02 14:38:55 +01:00
Maieul BOYER
2ed524872b feat(docker): Multi stage docker now fetch deps once
Split dockerfile into three different dockerfiles such that dependencies
are only downloaded once

This allows the build to be a bit faster, since all deps are downloaded
once at the start.

This also makes it so the frontend container no longer needs to be ran,
as its files are directly embedded into the nginx container

This also remove the extra files, since bind mounts do work
it also remove the entrypoint.sh file, as you should prefer to not use
it
2025-12-30 19:02:07 +01:00
NigeParis
1ca84b30c6 clean up 2025-12-30 18:20:16 +01:00
NigeParis
581a2330de toggle cmd for notifications blocage 2025-12-30 18:20:16 +01:00
NigeParis
ddfee11474 Clean up starting 2025-12-30 18:20:16 +01:00
NigeParis
da8298dce8 Added block invites 2025-12-30 18:20:16 +01:00
NigeParis
266feb22f4 Merged with Maix Master 2025-12-30 18:20:16 +01:00
Maieul BOYER
3120a640e3
added a real frontpage 2025-12-29 16:55:54 +01:00
Maieul BOYER
98f2af3f46
feat(frontend): added description handling the /profile 2025-12-22 19:51:58 +01:00
Maieul BOYER
769edcd1ad
feat(frontend): added little badge on top right to show current status
This badge will either send you to the login page, or to the profile
page
2025-12-22 19:39:23 +01:00
Maieul BOYER
be9f5ad33a
Merge branch 'master' into Alex/hell 2025-12-22 17:42:13 +01:00
Maieul BOYER
55fc1bad1f moved around some more files 2025-12-22 17:37:25 +01:00
Maieul BOYER
5615049a15 clean up some stuff, moved around other 2025-12-22 17:37:25 +01:00
Maieul BOYER
a940447039
made the socket correctly connect to the backend 2025-12-22 15:33:54 +01:00
apetitco
8debc57559 (backend): trying to have a working backend.
Did I manage to achieve this task: NO.
2025-12-22 15:14:14 +01:00
apetitco
1435735469 (misc): Checked Implement other game and added task to write to database 2025-12-22 15:14:14 +01:00
apetitco
1f4f62c00b fighting git conflicts 2025-12-22 15:14:04 +01:00
apetitco
e36d41a7c4 fighting git conflicts 2025-12-22 15:12:10 +01:00