Squib: A Ruby DSL for prototyping card and board games
31–40 of 45 posts
Re: Squib: A Ruby DSL for prototyping card and board games
#32Earlier quoted context omitted.
There's our project, Paperize: http://paperize.io (spoiler alert: we're still invite only/early access!) It's a web app, not a code library, but we're solving similar problems. We love Squib though, keep up the good work!
I'm really excited about Paperize. I can't wait to see more of what you're up to.
Re: Squib: A Ruby DSL for prototyping card and board games
#33Pretty neat regardless.
Re: Squib: A Ruby DSL for prototyping card and board games
#34Oh, I was hoping for a DSL for prototyping the rules to play these kind of games on a computer (and perhaps train a neural network as an AI opponent). I've been working out how to do these things recently.
Re: Squib: A Ruby DSL for prototyping card and board games
#35I haven't had a chance to try it out but it looks great. Apparently it allows you to build board game mockups, and then play them locally or online. Useful for prototyping gameplay without having to print stuff, or alternatively you can also try games out before buying them.
Re: Squib: A Ruby DSL for prototyping card and board games
#36Oh, I was hoping for a DSL for prototyping the rules to play these kind of games on a computer (and perhaps train a neural network as an AI opponent). I've been working out how to do these things recently.
It isn't a language but Tabletop Simulator [1] is basically the ultimate in simulating any board or card game. 1: http://store.steampowered.com/app/286160/
Re: Squib: A Ruby DSL for prototyping card and board games
#37Oh, I was hoping for a DSL for prototyping the rules to play these kind of games on a computer (and perhaps train a neural network as an AI opponent). I've been working out how to do these things recently.
Re: Squib: A Ruby DSL for prototyping card and board games
#38Earlier quoted context omitted.
It isn't a language but Tabletop Simulator [1] is basically the ultimate in simulating any board or card game. 1: http://store.steampowered.com/app/286160/
Correct me if I'm wrong, but isn't Tabletop Simulator only about physical simulation? VASSAL seems much closer to what parent is looking for (but there's still very little on the rules verification front there).
Re: Squib: A Ruby DSL for prototyping card and board games
#39Re: Squib: A Ruby DSL for prototyping card and board games
#40Oh, I was hoping for a DSL for prototyping the rules to play these kind of games on a computer (and perhaps train a neural network as an AI opponent). I've been working out how to do these things recently.
We also wrote a few clients (ncurses, android, flash), most of them remained unfinished/unreleased, including the server, unfortunately. I meant to put it on GitHub but still hesitating since it would only be for educational purpose and no real interest in pursuing the project much further.
[0]: https://gist.github.com/rndstr/fd7c85d8ee7fad800000 [1]: https://gist.github.com/rndstr/fd7c85d8ee7fad800000#file-gam...