Skip to content
View diegolrs's full-sized avatar

Highlights

  • Pro

Block or report diegolrs

Report abuse

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

Report abuse
diegolrs/README.md

Hey there, Diego here!

I have a finished game on steam called Snowyland and I'm currently solo developing a platformer called Hair Bows. Both games can be found on steam.

Here is where you can find more about me / contact me:

Diego-Reis

Pinned Loading

  1. DCT2D-Digital-Image-Processing DCT2D-Digital-Image-Processing Public

    Computes the two-dimensional discrete cosine transform (DCT2D) of an image an its inverse, taking the image to the frequency domain.

    Jupyter Notebook 4

  2. TSP-Solver TSP-Solver Public

    This repository contains an implementation of the Traveling Salesman Problem (TSP) solver using C++. The TSP is a classic algorithmic problem in the fields of computer science and operations resear…

    C++

  3. Assembly-Image-Filter Assembly-Image-Filter Public

    Filtering a .bmp image with sum operations using Assembly MASM32.

    Assembly 1

  4. NFA-nondeterministic-finite-automaton NFA-nondeterministic-finite-automaton Public

    NFA (nondeterministic finite automaton) simulator using C++

    C++

  5. Flappy-Bird Flappy-Bird Public

    A flappy bird clone made with Unity Engine to educational purposes.

    C# 3

  6. MyIO-MASM32-Console-Handler MyIO-MASM32-Console-Handler Public

    A library to handle console inputs using MASM32 Assembly. Allows the user to read strings and integers and write on console without use a macro library.

    Assembly