Skip to content

Arduino Robot that properly solves and plays a GamePigeon Word Hunt game.

Notifications You must be signed in to change notification settings

rbala25/Wordhunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Hunt Arduino Robot

Author: Rishi Bala
Email: rishibala2007@gmail.com
Repository: https://github.com/rbala25/wordhunt
Demo: https://drive.google.com/file/d/1rOOPeMdRC1wpsssLQ_fWtif4zTJGB5tf/view?usp=sharing


Hardware

  • Uses two micro servo motors to get complete movement on the Word Hunt board.
  • Uses a q-tip and a cut pen wrapped in aluminum foil with electrical current as a conductive stylus.
  • The stylus is picked up and put down using a third micro servo motor.
  • A 9-Volt battery with a voltage divider powers the motors.

Software

  • The user inputs all 16 letters into a Java script, which then finds all possible words.
  • The Java script uses a Trie data structure parsing words from the 2019 Collins dictionary.
  • The information about each possible word is sent over socket communication to a Python script.
  • The Python script encodes the information and sends it over Serial to the Arduino.

About

Arduino Robot that properly solves and plays a GamePigeon Word Hunt game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published