I used to love an online game called, I believe, Joggle. It was basically scrabble, but when you played a word it got lit up in your colors, and if I played a word off your letters they changed colors and I got to steal some of the points from you. And vice versa.
I'd love to see a physical version. I don't know how I'd do it in a cost-effective-ish manner. I'm picturing clear glass letter-tiles, with LEDs in the grid so I can illuminate in your color, do scoring, etc.
I don't think I could mount cameras inside a reasonably sized boardgame and do image recognition, to see what tiles are on the board. Plus, if I use frosted/diffused leds, I'm blocking my own view. I could use an overhead gambol, but that's less "boardgamey" and more techy. I know arduino's don't do image processing, but I'm assuming esp8266 can handle it using the IDE.
Rfid's the obvious solution, but that's 100 tiny chips (not cheap) and either a ton (225) of readers, or some mechanical scanning. In 2012 someone made a $30,000 scrabble board which is basically exactly what I want hardware-wise, using the rfid solution and carbon-fibre everything, etc. Crazy overkill.
I'm trying to wrap my head around some sort of resister-ladder and row/column scanning. But it would need to have a continuous current even when there's no tile down, and then bypass that when I placed one.
I've just stumbled across using RGB leds as color sensors, which could be an option. Dab of color on 3 sides of the tiles, and even with just RGB you get 27 combinations, which covers all letters. Haven't seen much other than some proof of concept for this though, and most color-sensors are pricey.
Thoughts? Any other thoughts as to process?