Skip to content
View gcmaidana's full-sized avatar

Block or report gcmaidana

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
gcmaidana/README.md

Hello!

💻  I recently finished a project where I re-made Pong from scratch using SDL2, C++ and CMAKE. The game is simple because the point of the project was to fiddle around with SDL2 a little bit to understand low leveling rendering a bit better before I get into making my own Real Time Rendering Engine using OpenGL. This will intially be a simple, basic rendering engine, and over time I want to extend it and add more features to make it a game engine.
🌱  I have a few other cool projects you can check out if you are interested in, like the Visionwatch project I made utilizing OpenCV and Tesseract to detect wins or losses in a video game by analyzing the screen and automatically updating the score without human intervention.
🎓  I would like to eventually continue my education and get my Master's and perhaps my PhD in the future.
✉️  You can drop me an email at geanmaidana@outlook.com!

snake gif

Pinned Loading

  1. SDL2-Pong SDL2-Pong Public

    A single-player Pong game with an AI opponent, built using SDL2 and C++

    C++ 1

  2. Visionwatch Visionwatch Public

    An OCR program that uses OpenCV and Tesseract to detect wins and losses in Overwatch 2, updates a text file that can be used through OBS for livestreaming.

    Python 1

  3. image2PDF image2PDF Public

    image2PDF is an Android app that allows users to upload up to 10 images and sort them according to their preference, and export the consolidated images into one PDF file.

    Java 1

  4. TikTok-Auto-Scroller TikTok-Auto-Scroller Public

    This is a chrome extension written in JavaScript that is a TikTok auto scroller.

    JavaScript

  5. LeetCode-Solutions LeetCode-Solutions Public

    Contains my LeetCode solutions for the Grind75 list. Python and C++.

    Python

  6. Tetris Tetris Public

    Tetris is a game re-created as a group project for my Software Maintenance and Reengineering class. This game was made with JavaFX.

    C