Skip to content
/ 6005-ps3 Public

The purpose of this problem set is to explore multithreaded programming with a shared mutable data type, which you should protect using synchronization.

Notifications You must be signed in to change notification settings

mit2/6005-ps3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6005-ps3

The purpose of this problem set is to explore multithreaded programming with a shared mutable data type, which you should protect using synchronization. You will start with some minimal server code and implement a server and thread-safe data structure for playing a multiplayer variant of the classic computer game “Minesweeper.”

You can review the traditional single-player Minesweeper concept rules on Wikipedia: Minesweeper (video game)

You can try playing traditional/single-player Minesweeper here.

About

The purpose of this problem set is to explore multithreaded programming with a shared mutable data type, which you should protect using synchronization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages