Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread AI Game using EWB
Tue, Jan 2 2024 9:16 PMPermanent Link

erickengelke

Avatar

Happy New Year.

I've made an interesting little game using EWB, it's a bit like Pictionary but with very limited options and thought I'd share.  I've tested it on Windows, Mac, Android and an iOS tablet.  I didn't make it small enough to fit phones without rotation.

The EWB part is a little Paint-like program which lets you sketch objects, and the system predicts what you drew from a short list of sampled objects.

You can use the Undo button to undo recent lines or use Reset to clear the whole image and start over.

This blog article shows how it was written, particularly the Paint-like aspects.  It also points you to a free 8 hour YouTube course (by Professor #Rado) in case you are interested in learning about Machine Learning and also sample code and the free sample data I used to train the system.

The source code is much easier to read than the pure JavaScript implementation as EWB's classes make it simpler to implement.  

http://erickengelke.com/h/posts/post21

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Image