Practise the mathamatically correct way to play blackjack.
Blackjack Teacher lets you practice the basic strategy of blackjack by playing different situations. You are presented with the opening cards and have to choose whether to hit, stand, double down or split pairs. The website automatically checks if the move you chose is the optimal move and tells you.
If you want to tinker with the project, you can install all the needed packages by typing npm install and then build it with npm run build. The built project will appear in the dist folder where index.html will be the main page.
This project is licensed under the MIT License - see the LICENSE file for details.
For issues, please open a GitHub issue.