Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Eclipseop/OrbAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrbAI

This is a small AI project to detect what orb in on the board in the mobile game Puzzle & Dragons

In reality, there are probably 100x easier ways of accomplishing this, but hey, AI is cool. The most simple way of doing this was by color, but it seems that the colors shift a bit, and some orbs, such as jammers/darks/poisons/mortal-poisons, have a pretty similar colorset.

This project uses the basic 'feed image data and you're all set' method. The only slight difference is changing the classifier to K-Nearest Neighbor rather than just using the generic decision tree classifier, which improved the overall accuracy from 90%ish (except one training session, where it was 60%) to a constant 100%.

Releases

No releases published

Packages

No packages published

Languages