disp('Alcohol is the third largest preventable cause of');
disp('death in America. Nearly 88000 people die from alcohol-');
disp('related causes annually. You will be attempting to');
disp('to drink as much alcohol as possible without dying.');
The purpose of the game is to spread awareness of how someone could accidentally overdrink and die if they are not careful. The neat thing about the game is that it functions a lot like real life. Every day that you survive drinking alcohol, you gain increased tolerance towards it. There is also a random number generator that is used to estimate percent likelihood of dying, meaning that you do not know for sure how much alcohol you can survive.
Log in or sign up for Devpost to join the conversation.