Mini projects/scripts for fun.
A little script to calculate the odds of two people having the same birthday in a class.
A python implementation of the game 2048, playable in the commandline with word input.
A python implementation of the game mancala.
The folder also includes code for initializing and training a neural network which predicts the maximum number of pebbles the first player can get given the pebbles.
The AI plays the game and uses the experience replay to update every state's value to the maximum of neighbor values.
A game/test including addition and subtraction questions with all variants of signs and parentheses added for confusion.
Create teams and simulate games (single match or tournament) between basketball cards with name, off, def, star values.
A little script for a linear sum assignment problem.