Skip to content

Computer vision project to fix a problem with family game night. Detect and announce winner for the board game Sequence.

Notifications You must be signed in to change notification settings

ericboehs/sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sequence Winner Announcer

The game board:

What the computer sees and displays:

What?

This program detects and announces winning moves for the board game Sequence.

Why?

My family would commonly play past the end of the game because we wouldn't notice someone won.

How?

This uses OpenCV to do the computer vision and Ruby to do the solving. (I'm a rubyist so this was the fastest way to write the solver for me.)

Caveats

  • The color profile is highly customized to my camera and will need to be adjusted if you really are trying to get this to work for yourself.
  • It only works for Blue and Green pieces.
  • The code needs refactored. It was written in a couple evenings so many hacks and copy/pastes were done.

About

Computer vision project to fix a problem with family game night. Detect and announce winner for the board game Sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published