Skip to content

Random fun apps created during idle hours. purely for Fun.

Notifications You must be signed in to change notification settings

rusty-electron/random-console-apps

Repository files navigation

Assortment of Console Apps

Random and Fun apps created during idle hours. Created purely for Fun.

  • ROT13 Cipher: ROT13 or ROTate 13 is a monoalphabetic subtitution cipher that works by shifting up the letters by 13 places. It is generally used in online forums to hide spoilers and solutions to puzzles. It can be easily cracked by frequency analysis.

Implementation: C

More Info: https://en.wikipedia.org/wiki/ROT13

  • Langton's Ant: Lanton's Ant is a 2D Universal Turing machine that has a strong emergent behavior known as "Highway". It is governed by the following simple rules:

    • At a white square, turn 90° right, flip the color of the square, move forward one unit
    • At a black square, turn 90° left, flip the color of the square, move forward one unit

Implementation: Python

More Info: https://en.wikipedia.org/wiki/Langton's_ant

  • Conway's Game Of Life: Game of Life or simply Life is a cellular automaton. It is a zero-player game that depends on its initial state and nothing else. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

Implementation: Python

More Info: https://en.wikipedia.org/wiki/Conway's_Game_of_Life

About

Random fun apps created during idle hours. purely for Fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published