arx-insanity / ArxLibertatis

Cross-platform port of Arx Fatalis, a first-person role-playing game
https://arx-libertatis.org/
GNU General Public License v3.0
3 stars 0 forks source link

Multiplayer POC #12

Closed meszaros-lajos-gyorgy closed 1 year ago

meszaros-lajos-gyorgy commented 2 years ago

Implementing a simple TCP socket between Arx instances

Starting as server

./arx --server 8888

Starting as client and connecting to server

./arx --connect 127.0.0.1:8888

TODOs

Demos

https://www.youtube.com/watch?v=G2OZFD2IZA8 https://www.youtube.com/watch?v=4MEZoKDLqgE

dingleberrypicker commented 1 year ago

doing God's work

meszaros-lajos-gyorgy commented 1 year ago

not related to arx insanity