Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
SI
sidneysquidney
@sidneysquidney
Public Apps
PeskyFlimsyRecords
2 years ago
dart practice
2 years ago
Train Your Brains, Train Your Biceps
3 years ago
Caesar, Substitution, and Vinegere Cipher
3 years ago
A small terminal based application to both encode and decode ciphers. Caesar - displace each letter in the text by a number (the key). 'hello' becomes 'khoor' with key 3. Substitution - each letter of the alphabet is substituted for another letter of the alphabet. "don't tell mum" would become "uqh't tkee vyv" if the key was 'lczukgodnamevhqswbityrjpxf'. Vinegere - The key is a word eg 'cat'. The index of each letter's place in the alphabet is taken: c = 3, a = 1, t = 20; the text is sequentially displaced that number of times. 'attack' will become 'ctmccd'. Please be patient with this program especially with large inputs. Although saying that, it also works most accurately with larger texts, especially in the case of the vinegere and substitution cipher. It may also take a number of tries. It is not full proof.
Connect Four
3 years ago
Play a simple connect four game on 3 different levels. Implemented using the minimax algorithm. Try and beat the hardest level that sees 6 moves ahead!
1 like
1 fork
WordyDarkmagentaLogins
4 years ago