Commit Graph

25 Commits

Author SHA1 Message Date
5ec60d0be2 Added second circle to the player's circle. 2023-08-05 01:44:14 +01:00
ab7e91f3a9 Skip the linear interpolation when the movement is too dramatic. 2023-08-05 01:24:43 +01:00
82b5773ce1 Added linear interpolation between states 2023-08-05 00:42:36 +01:00
dc0481769c Added basic server reconcilliation 2023-08-03 00:15:44 +01:00
1dae4e6f85 Minor commenting and formatting 2023-07-25 23:53:40 +01:00
de0d642a46 Added tick numbers. 2023-07-25 23:32:11 +01:00
d4366b8372 Added a preprocessor statement to enable client side prediction 2023-07-13 02:05:07 +01:00
dbb0c5afde Added ability to quit from client window 2023-07-13 01:02:29 +01:00
e8d2251804 Updated simulation to be on a 512x512 area. 2023-07-13 00:44:25 +01:00
5c18b1d274 Fixed minor bug on setting ip address and disabled resizing window 2023-07-13 00:42:11 +01:00
2c38b6a95f Add different client colours. 2023-07-13 00:09:54 +01:00
5eb87d804a Update devlog and add ability to choose IP address to connect to 2023-07-12 23:56:48 +01:00
4a99f57711 Update client to consider timestamp. 2023-07-12 01:12:18 +01:00
894e03f360 Make the server not just spam packets 2023-07-09 17:45:51 +01:00
316e87a4f5 Fixed minor oversight (updating input on client-side) 2023-07-09 01:30:58 +01:00
89739eb93d Basic Client Side Prediction 2023-07-09 01:15:05 +01:00
2222e25e86 Split out threads in client 2023-07-06 21:28:32 +01:00
0f11abdbd9 Added basic keyboard input and game thread 2023-07-06 02:07:07 +01:00
4b30e064da UDP data going back and forth 2023-07-06 00:22:59 +01:00
3a0931877a Initial work on connecting clients over UDP. 2023-07-02 23:08:59 +01:00
24a8e49933 Basic stubs for graphical output and UDP thread. 2023-07-02 13:23:07 +01:00
da4f0815e3 Basic server with keepalive. 2023-05-31 20:48:40 +01:00
18e95ef760 First Steps and link to article series 2023-05-22 15:19:21 +01:00
136388b1b4 Changed the readme to Emacs Org mode, and added further description. 2023-05-22 14:44:23 +01:00
c5857855d7 Initial commit 2023-05-22 14:29:15 +01:00