parent
61afecd95d
commit
30f6df9ce1
|
|
@ -1,4 +1,4 @@
|
|||
# Squib [](https://rubygems.org/gems/squib) [](https://travis-ci.org/andymeneely/squib) [![Vey][vey]][vey_url] [](https://gemnasium.com/andymeneely/squib) [](https://coveralls.io/r/andymeneely/squib) [](http://squib.readthedocs.org) [](https://boardgamegeek.com/microbadge/37841)
|
||||
# Squib [](https://rubygems.org/gems/squib) [](https://travis-ci.org/andymeneely/squib) [![Vey][vey]][vey_url] [](https://gemnasium.com/andymeneely/squib) [](https://coveralls.io/r/andymeneely/squib) [](http://squib.readthedocs.org) [](https://boardgamegeek.com/guild/2601)
|
||||
Squib is a Ruby [DSL](http://en.wikipedia.org/wiki/Domain-specific_language) for prototyping card and board games. Write a little bit of Ruby, define your deck's stats, then compile your game into a series of images ready for print-and-play or even print-on-demand. Squib is very data-driven and built on the principle of Don't Repeat Yourself. Think of it like [nanDeck](http://www.nand.it/nandeck/) done "the Ruby way". Squib supports:
|
||||
|
||||
[vey]: https://ci.appveyor.com/api/projects/status/github/andymeneely/squib?svg=true
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Get Help and Give Help
|
|||
|
||||
.. raw:: html
|
||||
|
||||
On BoardGameGeek.com? Show your Squib pride by <a href="https://boardgamegeek.com/microbadge/37841">getting the microbadge <img src="https://cdn.rawgit.com/andymeneely/squib/gh-pages/images/microbadge.png"></a>
|
||||
On BoardGameGeek.com? Show your Squib pride by <a href="https://boardgamegeek.com/microbadge/37841">getting the microbadge <img src="https://cdn.rawgit.com/andymeneely/squib/gh-pages/images/microbadge.png"></a> and <a href="https://boardgamegeek.com/guilds/2601">joining our guild!</a>
|
||||
|
||||
Get Help
|
||||
--------
|
||||
|
|
@ -17,7 +17,7 @@ Here's an ordered list of how to find help:
|
|||
3. Go through `the samples <https://github.com/andymeneely/squib/tree/master/samples>`_
|
||||
4. Google it - people have asked lots of questions about Squib already in many forums.
|
||||
5. Ask on Stackoverflow `using the tags "ruby" and "squib" <http://stackoverflow.com/questions/ask?tags=ruby squib>`_. You will get answers quickly from Ruby programmers it's and a great way for us to archive questions for future Squibbers.
|
||||
6. Our `thread on BoardGameGeek <http://boardgamegeek.com/thread/1293453>`_ is quite active and informal (if a bit unstructured).
|
||||
6. Our `thread on BoardGameGeek <http://boardgamegeek.com/thread/1293453>`_ or `our guild <https://boardgamegeek.com/guild/2601>`_ is quite active and informal (if a bit unstructured).
|
||||
|
||||
If you email me directly I'll probably ask you to post your question publicly so we can document answers for future Googling Squibbers.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@ Squib Documentation
|
|||
|
||||
Welcome to the official Squib documentation!
|
||||
|
||||
.. raw:: html
|
||||
|
||||
On BoardGameGeek.com? Show your Squib pride by <a href="https://boardgamegeek.com/microbadge/37841">getting the microbadge <img src="https://cdn.rawgit.com/andymeneely/squib/gh-pages/images/microbadge.png"></a> and <a href="https://boardgamegeek.com/guilds/2601">joining our guild!</a>
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
|
|
|
|||
Loading…
Reference in New Issue