Skip to content
View rgbguy's full-sized avatar
💻
Coding is fun. Superfun when visual.
💻
Coding is fun. Superfun when visual.
Block or Report

Block or report rgbguy

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
rgbguy/README.md

Pinned

  1. BlowBubbleInVR BlowBubbleInVR Public

    I made this prototype for a client as a freelancer. This project was made in Unity3D. Assets are freely available on the web. This project involved understanding of Audio Framework of Unity. The pl…

    C# 2

  2. Azgar Azgar Public

    Recreated the legendary Snake Game using OpenGL and C++. The project is cross platform. Should run on mac, linux and windows too.

    C++

  3. DigitalRain DigitalRain Public

    Digital Rain is my attempt to recreate Rain. This was created on a lazy day using P5.js. Try moving the cursor on the screen to get a windy effect on the rain. Let me know how you feel!

    JavaScript

  4. DotPatterns DotPatterns Public

    After seeing the old age arcade game of Ping-Pong, I tried my hands on making something artistic using the same idea of Pong Ball. Everytime the ball touches the wall, it changes its direction, for…

    JavaScript

  5. FlappyChicken FlappyChicken Public

    In the process of learning to Develop Games, I stumbled upon another algorithmic way of generating games, which is used in Infinite runners like Temple Run, Subway Surfer, Flappy Bird and many othe…

    C#

  6. ProceduralPacman ProceduralPacman Public

    Since the beginning of Video Games, procedural generation has been used by developers to make their games more random, realistic and light weighted. When your game relies on algorithms to create st…