andymeneely / squib

A Ruby DSL for prototyping card games.
http://squib.rocks
MIT License
918 stars 67 forks source link

Document front-to-back techniques #297

Open andymeneely opened 4 years ago

andymeneely commented 4 years ago

I've been doing a lot of ad hoc work on my prototypes lately involving front-to-back printing. I think I've got some good methodologies for this. Maybe even some helper methods to be integrated in.

Either way, it involves a lot of documenting and potentially integrating some code. Definitely want this documented for the 1.0 release since it's an oft-requested feature.