https://github.com/kirby-b/ruby-collection
This repo is mainly for me to learn ruby and because I thought it would be fun
https://github.com/kirby-b/ruby-collection
collection practice ruby termial-based
Last synced: about 1 year ago
JSON representation
This repo is mainly for me to learn ruby and because I thought it would be fun
- Host: GitHub
- URL: https://github.com/kirby-b/ruby-collection
- Owner: kirby-b
- License: mit
- Created: 2024-01-28T14:48:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T18:14:14.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:29:41.420Z (over 1 year ago)
- Topics: collection, practice, ruby, termial-based
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Ruby Projects
This repo is just a bunch of "toy" projects that I did for fun or out of boredom
# Featured Programs
* [Bogo Sort](https://github.com/kirby-b/Mini-Ruby-Projects/tree/master/Bogo): A really bad sort algorithm that just randomizes an array until it is sorted
* [Eight Ball](https://github.com/kirby-b/Mini-Ruby-Projects/tree/master/EightBall): Just a magic 8 ball
* [Fizz Buzz](https://github.com/kirby-b/Mini-Ruby-Projects/tree/master/FizzBuzz): Prints a response based on if a number is divisible by three, five, both, or neither.
* [Hello](https://github.com/kirby-b/Mini-Ruby-Projects/tree/master/Hello): Just a hello world
* [Word Count](https://github.com/kirby-b/Mini-Ruby-Projects/tree/master/WordCount): Counts words in a given sentence.
# How to use
I honestly am not an expert on how to run or compile ruby, This repo is just for me to learn how it works. If I had to guess, your best bet is to run it in an IDE like RubyMine or Atom.