naikibro / BatailleNavale

A collaborative Java project to implement the "BatailleNavale" game
1 stars 0 forks source link

advanced: implement multi-threading #34

Open naikibro opened 1 month ago

naikibro commented 1 month ago

This card should be started after the #28 and #32 are done

Very nice to have

Professor wants an example of multi-threading in Java

We can simulate the computer's turn with a thread that would randomly play the computer move then hand over the turn to player1

naikibro commented 4 weeks ago

POSTPONED - SWING NOT THREAD SAFE