Develop a distributed multiplayer game (XO) platform using Java Remote Method Invocation (RMI). The system will enable multiple players to connect to a central server, view other connected players, ...
Fun fact: it actually crashes the JVM with no logging: no stacktrace, no hs_pid file, nothing. I had to inject into the start of every single method to make it log the last method called before it ...