Tagged Questions

5
votes
2answers
336 views

Multiple threads or process with threads

this is for an assignment so I'm not looking for code. I have to simulate a game where each player has turns and needs to 'pay attention' to what's going on. So far, i know I'll need two threads for ...