Skip to content

ngkuru/mini-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-fun

Mini projects/scripts for fun.

1. birthdayproblem

A little script to calculate the odds of two people having the same birthday in a class.

2. 2048

A python implementation of the game 2048, playable in the commandline with word input.

3. mancala

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.

4. toplacikar

A game/test including addition and subtraction questions with all variants of signs and parentheses added for confusion.

5. basketball

Create teams and simulate games (single match or tournament) between basketball cards with name, off, def, star values.

6. assign

A little script for a linear sum assignment problem.

About

Mini projects/scripts for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages