Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 489 Bytes

File metadata and controls

12 lines (7 loc) · 489 Bytes

MITBeerGame

My own implementation of the MIT beer game.

About

The Beer Distribution Game, one of the oldest and most widely used management simulations, is a game used to explore and, in many cases, teach about distribution management.

The Wikipedia article is a good starting point: https://en.wikipedia.org/wiki/Beer_distribution_game

This Implementation

This implementation will use SignalR on a C# backend to handle the game logic, and a React UI to allow users to play.