Skip to content

ostrowr/games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Games

A few games for which I've coded up a solution; usually just to experiment with a new programming language or idea.

Sudoku

An attempt at a fast Sudoku solver. This implementation can solve the ``hardest'' sudokus -- those with the minimal 17 clues -- in about 4 milliseconds on average on my 2016 MacBook Pro, and often solves them much faster.

Spelltower

Solving Spelltower, which is a silly iPhone game that's basically Boggle with gravity. There are a bunch of game types, but the only deterministic one is tower mode.

Ghost

Solves n-player Ghost.

Connect 4

Attempt to solve Connect 4 – unfinished; can only a fraction of possible games at the moment. Will possibly implement a knowledge-based approach in the future.

About

Solving some games!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published