Skip to content

Minigames are everywhere. Mobile phones, inside of the games, in real life. In my free time, I often think about solving them and algorithms for solving them. This is my playground.

License

Notifications You must be signed in to change notification settings

Enzirr/MinigameSolvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Game Solvers

I often play games, when I have some free time. These games are often simple, but as a programmer, I often start thinking about it in terms of rules and how to solve it all. It's inspiration and need to relax a bit differently, that drives me to write these solvers. I will try to use only C++11, so they should be compilable under different OS, but I use linux and g++, so you probably need to create a new project from source under Windows (Visual Studio).

Sudoku

Simple solver for sudoku game. If I get back to it again, I'll try different method and maybe compare them in terms of speed. Method: Backtracking

BlockSolver - WIP

Solver for a game, where goal is to fit a set of blocks into a space. Game space is in format of uniform integer grid. Method: Backtracking/Space Search

Program is a bit older, I'm not entirely sure about the input file or intended usage.

About

Minigames are everywhere. Mobile phones, inside of the games, in real life. In my free time, I often think about solving them and algorithms for solving them. This is my playground.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published