Commit Graph

47 Commits

Author SHA1 Message Date
Namonay
630f59055a add: base backend interaction 2024-03-31 10:59:40 +02:00
Namonay
83bfb13590 add: added onClick event in online tictactoe 2024-03-31 10:59:40 +02:00
Namonay
9a24c3b813 add: Morpion class & matchmaking 2024-03-31 10:59:40 +02:00
d8e767405a add: game history 2024-03-31 10:59:39 +02:00
8a7866aefa game: fix: w up, s down 2024-03-31 10:59:39 +02:00
8bbfd96dd6 game: fix: support horizontal player 2024-03-31 10:59:39 +02:00
f9bb10f962 game: add: support multiplayer 2024-03-31 10:59:39 +02:00
6edca15931 game: add: max score win 2024-03-31 10:59:39 +02:00
a9337130e8 game: fix: w is to up and s to down 2024-03-31 10:59:39 +02:00
6ed5039025 clean: game: add semicolon 2024-03-31 10:59:39 +02:00
b9de0f3619 game: add: goal statistic 2024-03-31 10:59:39 +02:00
d0e87066b0 game: add: defeated by forfeit 2024-03-31 10:59:39 +02:00
Kbz-8
668ab9ff2e 3D working 2024-03-31 10:59:39 +02:00
Kbz-8
35af766c2b working on 3D camera 2024-03-31 10:59:39 +02:00
Kbz-8
3b4b3b8c90 fixing garbage data 2024-03-31 10:59:39 +02:00
Kbz-8
4d126c1683 wat 2024-03-31 10:59:39 +02:00
Kbz-8
8643f3ef15 fixing merge 2024-03-31 10:59:39 +02:00
Kbz-8
04afee89d2 fixing merge 2024-03-31 10:59:39 +02:00
Kbz-8
f1f6cc939a working camera support 2024-03-31 10:59:39 +02:00
Kbz-8
7f5bd7c6ba AAAAAAAAAAAAAAAAAAAAAAAAH 2024-03-31 10:59:39 +02:00
Kbz-8
acff70d414 aca 2024-03-31 10:59:39 +02:00
f2ce928fbb game: add: scoreboard 2024-03-31 10:59:39 +02:00
a4a6eebb12 games: add: goal table 2024-03-31 10:59:39 +02:00
fe6d5dfc93 clean: use camel case for class file 2024-03-31 10:59:39 +02:00
7705a2b817 clean: respect es11 2024-03-31 10:59:39 +02:00
a0e26cde05 clean: remove debug print 2024-03-31 10:59:39 +02:00
828e136bcc game: add: padding to collision 2024-03-31 10:59:39 +02:00
c60d0ba08b game: add: goal work 2024-03-31 10:59:33 +02:00
c7e7410baf game: fix: sync client and server 2024-03-31 10:59:33 +02:00
76e6a11ad8 game: add: use straight line colision (Not finished) 2024-03-31 10:59:28 +02:00
4b092b31bb game: add: vector colision (Not work) 2024-03-31 10:59:23 +02:00
6fd11d0028 game: add: docstring 2024-01-22 13:21:51 +01:00
8da7e09af7 game: add: class: point and segment, add: type docstring 2024-01-21 00:33:43 +01:00
0d69a63b62 Fix lag; Camille forgot usleep(500) 2024-01-19 17:00:30 +01:00
7cf13640a1 game: core: change player to player.isconnected
befort: if a player is disconnected he doesn't have an object
after: he have un object with a socket == None
2024-01-19 15:38:04 +01:00
b0861b0ec0 game: add: pladdle can move online with ping 2024-01-18 14:44:28 +01:00
1589763197 game: add: player can leave and join game 2024-01-18 13:59:19 +01:00
1af55795d9 game: core: recreate classes see other paddle 2024-01-17 19:06:36 +01:00
3dc07803eb game: paddle can move 2024-01-17 14:47:53 +01:00
2bd0624100 game: core: use server game calulation form 2024-01-17 14:23:23 +01:00
e0990db8d1 game: core: use draw method instead draw_CLASSNAME 2024-01-16 23:27:56 +01:00
7096989e9b game: opti: use time class 2024-01-16 17:51:47 +01:00
58c0df447c player pos is checked 2024-01-16 17:47:48 +01:00
a30ec46685 game: add: PADDLE CAN MOVE 2024-01-15 17:55:12 +01:00
fa97abb825 add my player class 2024-01-15 13:37:15 +01:00
134f1a8bd1 game: advent to online 2024-01-11 17:31:15 +01:00
8c43864b26 game: add: game map 2024-01-10 17:55:16 +01:00