|
a6c27fc87a
|
le caca coule au cucu
|
2024-03-31 10:59:40 +02:00 |
|
|
d8e767405a
|
add: game history
|
2024-03-31 10:59:39 +02:00 |
|
|
90ce697a3a
|
fix: import
|
2024-03-31 10:59:39 +02:00 |
|
|
766585c4d0
|
game: clean: rename file by explicite name
|
2024-03-31 10:59:39 +02:00 |
|
|
6ca02fc4d5
|
game: fix: disable reconnexion in ongoing game
|
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 |
|
|
d5ab413806
|
game: fix: error when game is not in the gamemanager
|
2024-03-31 10:59:39 +02:00 |
|
|
049c7a500d
|
game: fix: cleint see others players update
|
2024-03-31 10:59:39 +02:00 |
|
|
20296099df
|
game: fix: readd defeat by forfeit
|
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 |
|
|
613085d02e
|
game: add: paddle collision
|
2024-03-31 10:59:39 +02:00 |
|
|
b6936751b1
|
game: add: close game when nobody in
|
2024-03-31 10:59:39 +02:00 |
|
|
243227f743
|
game: add: speed increment
|
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 |
|
|
828e136bcc
|
game: add: padding to collision
|
2024-03-31 10:59:39 +02:00 |
|
|
1625f5d69f
|
clean: remove debug print
|
2024-03-31 10:59:39 +02:00 |
|
|
2e425d3f0c
|
games: fix
|
2024-03-31 10:59:39 +02:00 |
|
|
39b592e45c
|
clean: simplify
|
2024-03-31 10:59:39 +02:00 |
|
AdrienLSH
|
eb10175805
|
the tabulations must die
|
2024-03-31 10:59:33 +02:00 |
|
|
ce35db8b83
|
game: clean: type hint
|
2024-03-31 10:59:33 +02:00 |
|
|
c60d0ba08b
|
game: add: goal work
|
2024-03-31 10:59:33 +02:00 |
|
|
696a0d86df
|
game: add: wall collision
|
2024-03-31 10:59:33 +02:00 |
|
|
2a18ca9d5e
|
game: clean remove unuse functionj
|
2024-03-31 10:59:33 +02:00 |
|
|
6f80c4973f
|
game: clean: add coment
|
2024-03-31 10:59:33 +02:00 |
|
|
19ec4d9a50
|
game: clean: give explicite name to variables
|
2024-03-31 10:59:33 +02:00 |
|
|
d45b8a306f
|
game: collision work
|
2024-03-31 10:59:33 +02:00 |
|
|
4ba4d393a5
|
game: fix: position is now calculate rightly
|
2024-03-31 10:59:33 +02:00 |
|
|
7c6b1d404d
|
game: fix: collision work in 1v1
|
2024-03-31 10:59:33 +02:00 |
|
|
326368cdbf
|
game: fix: colision: cosition work horizontally
|
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 |
|
|
ab73826c11
|
game: fix: the board is draw with good angle
|
2024-01-21 14:09:43 +01:00 |
|
|
8da7e09af7
|
game: add: class: point and segment, add: type docstring
|
2024-01-21 00:33:43 +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 |
|
|
2f4496c9bc
|
game: add: main loop
|
2024-01-19 15:35:46 +01:00 |
|
|
e1e6e6c1ab
|
game: fix: bozomamn
|
2024-01-18 15:56:56 +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 |
|
|
fa38ba6eb8
|
game: fix: game is spectable by non authentified user
|
2024-01-18 13:42:24 +01:00 |
|
|
1af55795d9
|
game: core: recreate classes see other paddle
|
2024-01-17 19:06:36 +01:00 |
|
|
2bd0624100
|
game: core: use server game calulation form
|
2024-01-17 14:23:23 +01:00 |
|
|
b2dc43c1d8
|
game: fix
|
2024-01-17 14:22:52 +01:00 |
|
|
042ac21215
|
clean: using space
|
2024-01-17 14:22:29 +01:00 |
|
|
516ccdc297
|
game: rename: paddle to Player
|
2024-01-16 23:27:02 +01:00 |
|
|
6f45baa6b3
|
game: clean: use space instead of tab
|
2024-01-16 23:26:44 +01:00 |
|
|
58c0df447c
|
player pos is checked
|
2024-01-16 17:47:48 +01:00 |
|
|
ff85c1d30c
|
game: fix: create my player only if game start
|
2024-01-15 18:15:59 +01:00 |
|