Skip to content
View samconrad-code's full-sized avatar

Block or report samconrad-code

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. linear-search-example.py linear-search-example.py Public

    A simple linear search algorithm that allows the user to search for a state in a predefined list, with a case-insensitive search.

    Python

  2. number-matching-game.py number-matching-game.py Public

    A simple bingo linear search that asks the user for 7 numbers and checks how many match with the predefined list.

    Python

  3. magic-8-ball.py magic-8-ball.py Public

    Simulates a magic 8 ball that lets the user ask a yes/no question and provides a random answer from a predefined list of 20 responses.

    Python

  4. slot-machine.py slot-machine.py Public

    Simulates repeated spins, calculates outcomes based on symbol combinations, and updates the user's virtual wallet.

    Python