Good site Brendan, I really like the concept of matching complimentary emotions! Couple bugs I noticed: if you have 'find as you type' enabled, you can only type one character before it tries to find on page. As a result, I pressed a button, hit escape, pressed a button, hit escape...Made for a less enjoyable experience. Also, maybe not a bug, but you might want to remove revealing another character when you press enter to delete one of your own. It allows you to press enter as much as you like to see their message without writing anything yourself. I like the idea a lot, definitely lots of potential to have a meaningful conversation with a stranger!
Thank you for the feedback! The text input as a whole is definitely going to be my main focus for fixing soon, I hadn't even considered the deletion thing. Should be a really easy fix. I will probably be reworking the text to make it a standard input field (it's currently just logging text to a string and drawing that on the page), which should take care of the "find as you type" error, and some of the other bugs I've been finding. Glad you liked it!