- Very small training level codes are maintained here.
- This project emulates the rolling of a die
- Libraries used: random
- Future direction: using tkinter to display results in separate window, rolling number of dice (upto 5)
- Emulates the classic tic-tac-toe game.
- Libraries used: numpy, random
- Future direction: use tkinter to play the game in a separate UI window