https://github.com/quadule/shoes_experiments
Some experiments in Ruby and Shoes
https://github.com/quadule/shoes_experiments
Last synced: about 1 year ago
JSON representation
Some experiments in Ruby and Shoes
- Host: GitHub
- URL: https://github.com/quadule/shoes_experiments
- Owner: quadule
- Created: 2009-04-19T19:44:53.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-06-01T18:32:54.000Z (about 17 years ago)
- Last Synced: 2025-02-06T12:24:28.185Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Some fun little experiments in Ruby and Shoes:
* Automaton: a simple demo of elementary (one-dimensional, two-state) cellular
automata
* Coloution: a color-mixing cellular automaton, ported from Derrick Staples'
JS + Canvas version here: http://atinybird.com/experiments/coloution/
* Concentricity: rotating wobbly concentric circles with 3D mouse perspective
* Tic Tac Toe: an unbeatable game of Tic Tac Toe
All programs are released under the MIT license.