C#C
C#12mo ago
Jonde

Best way to have a multi-window console app

Im making a simulation of the card game Rook and I would like to have each player and the table as its individual window to follow the gameplay in realtime. What would be the best way to do this? One window can be either a real human being (locally) or a bot. I dont need internet connection, Im doing this locally.
Was this page helpful?