nocontrolco / elso

Electric Lightning Soccer Overdrive
GNU General Public License v3.0
0 stars 0 forks source link

Adds Message Passing Interface (OpenMPI) #12

Open diasssavio opened 2 months ago

diasssavio commented 2 months ago

One should add a message passing interface to the game with OpenMPI.

This will be primarily used to communicate the threads that handles/process independent game entities (Cars) with others that will be handled by the server (Ball).

The server will receive data from those threads, and send data back regarding physics and other elements that may interact with them.