Squib: A Ruby DSL for prototyping card and board games
andymeneely.github.io
Squib: A Ruby DSL for prototyping card and board games
1–10 of 45 posts
Re: Squib: A Ruby DSL for prototyping card and board games
#2You force me to learn Ruby...
Re: Squib: A Ruby DSL for prototyping card and board games
#3Looks cool. I don't know ruby though.. :(
Re: Squib: A Ruby DSL for prototyping card and board games
#4I really like it. It's like re-inventing email templates for playing cards. OTOH, can't static site generators be a bit more flexible for such tasks? I guess I'll need to give it a try, but first I need to learn a bit ruby I suppose.
Re: Squib: A Ruby DSL for prototyping card and board games
#5I really like it. It's like re-inventing email templates for playing cards. OTOH, can't static site generators be a bit more flexible for such tasks? I guess I'll need to give it a try, but first I need to learn a bit ruby I suppose.
Everyone should write their own static site generator.
Re: Squib: A Ruby DSL for prototyping card and board games
#6It looks fantastic for rendering the cards :)
Re: Squib: A Ruby DSL for prototyping card and board games
#7You force me to learn Ruby...
Be happy you got an excuse to learn another programming language.
Re: Squib: A Ruby DSL for prototyping card and board games
#8I wonder if it'd be possible to recreate Magic: the Gathering cards using this. It'd be nice to have an alternative to Magic Set Editor for high-quality cards.
Re: Squib: A Ruby DSL for prototyping card and board games
#9Oh, 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
#10I really like it. It's like re-inventing email templates for playing cards. OTOH, can't static site generators be a bit more flexible for such tasks? I guess I'll need to give it a try, but first I need to learn a bit ruby I suppose.
Everyone should write their own static site generator.
I wasn't talking about a new one, but using an existing one to generate card-style pages. One could then run a script to render them to svg/png images by using something like Phantom.js. Just an idea.