Skip to content

JonathanYiv/caesar_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Project

This is my version of implementing a caesar cipher in ruby.

This is a project from The Odin Project.

Caesar Cipher

Installation

Open your Terminal/Command Line. Navigate to the directory where your version will live. Type in the following:

$ git clone https://github.com/JonathanYiv/caesar_cipher.git
$ cd caesar_cipher
$ ruby lib/caesar_cipher.rb

Pre-Project Thoughts

This should be easy.

Post-Project Thoughts

  1. It was easy.

  2. In this Odin follow-up project:

    1. I came back to Caesar Cipher and integrated specifications using RSpec. I found ten possible scenarios to test, and added functionality for negative shift when I added the test.

    2. I set up a RakeFile so I can use the '$ rake' command to run rspec based on the documentation here.

  3. In this OTHER Odin follow-up project, I came back and added a Heroku-hosted Sinatra web-app interface. It was pretty easy.

About

Implementation of Caeser Cipher in Ruby

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published