castanaut gem
Gem details
Documentation
Install the Gem:
gem install castanaut
Writing screenplays
You write your screenplays as Ruby files. Castanaut has been designed to read fairly naturally to the non-technical, within Ruby‘s constraints.
Here‘s a simple screenplay:
launch "Safari", at(10, 10, 800, 600) type "http://www.inventivelabs.com.au" hit Enter pause 2 move to(100, 100) move to(200, 100) move to(200, 200) move to(100, 200) move to(100, 100) say "I drew a square!"
Edit Gem | (0 older versions) | Last edited by: Guest, 2 months ago

