I built a few things that might be of use to you. Check them out if you'd like!
### Mob Time
The __most fun__ cooperation timer out there! At the end of each turn, it will play a funny music sample, can you figure what song it's from ?
It will let you control :
- turn time (when do you need to switch the person at the keyboard)
- break time (how often you need to take a break)
- cooperation roles (driver and navigator for now)
Use it! Fork it! Let me know if you like it!
### Result Monad for java
Say goodbye to exceptions. Result is an interface with to implementations : Success and Error. The interface has a handful of useful methods to handle the differents states.