Skip to content

Play the "Cows and Bulls" game for a number of upto 3 digits. Or choose a number and watch the computer play the game!

License

Notifications You must be signed in to change notification settings

WadoodAbdul/Bulls-and-Cows-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cows and bulls

Play the game or watch the computer solve it!

Plan

Game

Build the command line game with clean code practices. End goal should be - ability to play the game using CLI command after installation(or not). eg. play-cb

Enter the number of digits for which you'd like to play the game:
.
.

Solver

Start out with bilding a brute force solver.

In the next iteration, optimize it so that the solving time reduces. Techniques to look for while optimizing:

  1. MCTS
  2. Python optimizations

Links:

  1. https://www.kuniga.me/blog/2018/06/04/bulls-and-cows

About

Play the "Cows and Bulls" game for a number of upto 3 digits. Or choose a number and watch the computer play the game!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages