8000 GitHub - daot/programmingChallenges: ⌨️ A series of programming challenges I've completed in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

⌨️ A series of programming challenges I've completed in Python

Notifications You must be signed in to change notification settings

daot/programmingChallenges

Repository files navigation

Pro/g/ramming Challenges

This is a collection of programming challenges that I am attempting to complete in python. The completed scripts are hosted on this repo. If you have any optimization suggestions, you can file an issue

fyi I did not make this image, I found it

Explanation of each script:

  • 00 - Name Generator: Generates a random name from an array of options
  • 01 - Higher Lower: Higher or lower game. Generates random number and you have to guess it using the program's hints
  • 02 - Temp Converter: Simply converts between Fahrenheit and Celsius
  • 04 - Encryption Decryption Algorithm: Simple encryption algorithm that uses a keyword or phrase to shift the letters in the alphabet
  • 06 - Rock, Paper, Scissors: A game of Rock, Paper, Scissors (Lizard, Spock)
  • 21 - Connect Four: Connect four game. Includes empty answer protection
  • 23 - Image Board Media Downloader: Downloads images from a certain *chan site

About

⌨️ A series of programming challenges I've completed in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0