Skip to content
/ one-off Public

Random dump of scripts and tools mostly for the purpose of examples

Notifications You must be signed in to change notification settings

draik/one-off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

563a8bc · Sep 5, 2021

History

5 Commits
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021

Repository files navigation

one-off

Dump of random scripts or tools for the purpose of working samples.

Battleship

Project from CodeCademy, running python2.

OCEAN = "O"
MISS = "-"
SHIP = "S"
HIT = "X"

Guess

3 attempts to guess a number between 1-10.

RPSLS

Rock Paper Scissor Lizard Spock project from CodeCademy.
RULES:

  • Scissor cuts paper
  • Paper covers rock
  • Rock crushes lizard
  • Lizard poisons Spock
  • Spock smashes scissor
  • Scissor decapitates lizard
  • Lizard eats paper
  • Paper disproves Spock
  • Spock vaporizes rock
  • Rock crushes scissor

Tip Calculator

Calculate the tip amount for 10%, 15%, and 20%

About

Random dump of scripts and tools mostly for the purpose of examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages