Skip to content
View pcdrills's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report pcdrills

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 100 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

Pinned

  1. mcq-quiz-in-python mcq-quiz-in-python Public

    A simple mcq quiz that takes in a list of questions "actually a dictionary of questions, i.e with the question and answer keys" and their 'true' or 'false' answers and generates the equivalent quiz

    Python

  2. rock-paper-scissors-in-cpp rock-paper-scissors-in-cpp Public

    Just a simple game where the user get to play three time against the compute and the person with the highest score wins.

    C++

  3. rock-paper-scissors-in-python rock-paper-scissors-in-python Public

    Rock Paper Scissors Game Written in Python language

    Python

  4. snake-game-in-python snake-game-in-python Public

    snake moves around using arow keys and eats the food in random locations and increases in size.

    Python

  5. tomatoe-time-app tomatoe-time-app Public

    Time management application in python, where you have to work and have short breaks and a long break after four work sessions

    Python

  6. turtle-crossing-the-road-game-in-python turtle-crossing-the-road-game-in-python Public

    A python game using turtle graphics. The turtle tries to cross the road while avoiding to get hit by a passing car. The turtle can only move forward and it uses the up arrow key. by #pcdrills @pcdr…

    Python