https://github.com/shouya/lorenz
Lorenz System Demonstration
https://github.com/shouya/lorenz
Last synced: 26 days ago
JSON representation
Lorenz System Demonstration
- Host: GitHub
- URL: https://github.com/shouya/lorenz
- Owner: shouya
- Created: 2013-02-26T05:49:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T17:08:17.000Z (about 12 years ago)
- Last Synced: 2025-03-25T02:54:28.323Z (about 1 month ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lorenz System Demonstration
## What does it look like
Screenshot:
## Requirements
* [ruby](http://ruby-lang.org) v1.9 tested, should support v1.8
* [rubygame](http://www.rubygame.org)
* [SDL](http://www.libsdl.org)## Usage
`ruby game.rb`## License
```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.
```