My projects
Here are some projects that I can share with you:
-
Killer Sudoku Solver
-
GitHub repository
A tool that helps to crack Killer Sudoku (can be used for ordinary Sudoku as well). -
Guess the Color
-
GitHub repository
Mastermind implementation, it also has a solver. Both the game and the solver support up to 10 differnt colors and 8 slots. -
Go Fish
-
GitHub repository
An implementation of Go Fish card game. The player plays against the computer, it has 4 levels of difficulty. -
Hanoi Tower solver
-
GitHub repository
Optimally solves the famous Hanoi Tower from any permutation. -
Train Tracks solver
-
GitHub repository
A tool that helps to solve Train Tracks Puzzle. -
Prime number explorer
-
GitHub repository
Shows a scrollable table of numbers from 1 to 1000000000000, primes are shown in blue. -
OrderedMap (npm
package)
-
GitHub repository
An implementation of an ordered map in JS. It has similar methods and properties to the regular JS Map. The key difference is that the keys are kept sorted. It has additional functionality, such as finding the closest entries, finding by index, etc.