I've spent the last month developing a bitcoin tower defense game in html5/js/node.js..
Essentially you play 1v1 with some other player for a wager (or free).
It's currently running on the testnet bitcoins.. you can get some free testcoins from one of the faucets (link in /account page)
Right now everything appears to run smoothly, but I know there's probably something I have overseen.
If anyone has any interest in flexing their hacker muscles, please HACK MY GAME. I want to be convinced that the service is safe for use with real BTC. I don't have any prize money right now, but I'll be sure to reward you for any found exploits!
So far I've gotten some great feedback from bitcoin testers from /r/bitcoin regarding this project. I am pleased how many people were excited about it. It was quite unstable at that point, with xss issues, frequent crashes, etc. It's been quite battle-hardened now.
For those of you who have played it earlier, there have been a few updates:
- Games get saved to database and persist in case of server crash or update. Upon an update/reset, all active games get paused.
- Sessions persist so crashes are virtually unnoticeable.
# of games is unlimited right now, I'm trying to see how many games can be persisted at at time.
LINK:
http://www.bitstrat.comAny advice/feedback/questions welcome!