A long time ago I started working on a dice game for Steem. I didn't want to just clone pharesim's game like so many were doing so I went looking for a different dice game to use. I settled on a game called Chuck-a-Luck although the name is horrible it is both simple enough to immediately understand the rules and still fun.
Then life got in the way and the code sat and sat. Recently I took the code and moved it all into javascript. The backend is currently up and running and if you want to give it a try you can just send a small amount to the account with a memo line like so
{"ui":"chuckaluck","target":1}
Valid targets are 1 through six.
Here is a sneak peak at the UI although it won't be ready for prime time for a day or two.