A collection of ruby projects
View: https://replit.com/@timjedrek/HangMan#main.rb
Summary
Hangman game programmed in Ruby utilizing serialization for save/load feature
Details
Created: January 16, 2022
Completed: January 21, 2022
View: https://replit.com/@timjedrek/TicTacToe#main.rb
Summary
A game of Tic Tac Toe using Ruby
Details
Completed: January 15, 2022
View: https://replit.com/@timjedrek/BubbleSort#main.rb
Summary
Ruby program that takes an array and sorts it from least to greatest.
Details
Completed: January 5, 2022
View: https://replit.com/@timjedrek/CaesarCipher#main.rb
Summary
The Caesar Cipher is a substitution cipher and a well known encryption technique. This is my take on it in Ruby. Enjoy!
Details
Completed: January 4, 2022