Skip to content
View metro68's full-sized avatar

Block or report metro68

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

Popular repositories Loading

  1. Light-Seeking-Rover Light-Seeking-Rover Public

    Code for a light seeking and obstacle detecting robot

    C++

  2. Ninja_Runner_PC_Game Ninja_Runner_PC_Game Public

    The Ninja Runner is a game designed for PC and mobile phones on all platforms.

  3. Print-Pyramid Print-Pyramid Public

    This code gives a rough idea of how the blocks or obstacles in your favorite video games can be implemented using text characters. This code prints a pyramid with a space in the middle using '#' as…

    C

  4. Coin-Calculator Coin-Calculator Public

    This program is designed to tell a customer the least number of coins he is supposed to receive from a cashier based on the change owed. It could be useful in a supermarket after going grocery shop…

    C

  5. Netflix-Landing-Page Netflix-Landing-Page Public

    This is a mock up of the Netflix landing page which covers most of the HTML and CSS content and ideas for beginners.

    CSS

  6. Stack_Implementation Stack_Implementation Public

    Implementation of stack using array and linked list. The operations shown are peek, pop and push

    C