You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks! I am trying make monopoly game using Python (sockets, threads and Tkinter). The aim is to make a fully functional monopoly game with maximum of 8 players with an approach to make it similar to the actual classic monopoly board game.
Monopoly is a multi-player economics-themed board game. In the game, players roll two dice to move around the game board, buying and trading properties, and developing them with houses and hotels. Players collect rent from their opponents, aiming to drive them to bankruptcy.