This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This project was created by clashnewbme originaly | |
| // if you want to support this project and get special perks donate here: https://www.patreon.com/Calacobragameengine/membership | |
| // If you want to tell us bugs or want to add your games to the app store join our discord: https://discord.gg/Z9chWVBmjv | |
| // heres the newest version https://aeroliteos.netlify.app/ | |
| // Thanks so much for the community and I will continue to update this project! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print "\e[?25l" | |
| rows, cols = `stty size`.split.map(&:to_i) | |
| drops = Array.new(cols) { rand(rows) } | |
| chars = ("0".."9").to_a + ("A".."Z").to_a + ("a".."z").to_a | |
| loop do |