Pinned Repositories
Assembly-Image-Filter
Filtering a .bmp image with sum operations using Assembly MASM32.
DCT2D-Digital-Image-Processing
Computes the two-dimensional discrete cosine transform (DCT2D) of an image an its inverse, taking the image to the frequency domain.
Flappy-Bird
A flappy bird clone made with Unity Engine to educational purposes.
LCD-Pixel-Simulator
An tool made with Unity to help visualizing how an LCD display works
MyIO-MASM32-Console-Handler
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.
NFA-nondeterministic-finite-automaton
NFA (nondeterministic finite automaton) simulator using C++
ObsTackle
Obstackle is a game created by me. It was made using Java
Pong
Recreating Pong using Java
Programacao-Funcional
Elixir programs using funcional programming paradigm
TSP-Solver
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 research. The goal is to find the shortest possible route that visits a set of cities and returns to the origin city, visiting each city exactly once.
diegolrs's Repositories
diegolrs/DCT2D-Digital-Image-Processing
Computes the two-dimensional discrete cosine transform (DCT2D) of an image an its inverse, taking the image to the frequency domain.
diegolrs/Programacao-Funcional
Elixir programs using funcional programming paradigm
diegolrs/Flappy-Bird
A flappy bird clone made with Unity Engine to educational purposes.
diegolrs/Jokenpo-GML
A RPG using Jokenpo in turns
diegolrs/LCD-Pixel-Simulator
An tool made with Unity to help visualizing how an LCD display works
diegolrs/meu-pet-prototype
diegolrs/ObsTackle
Obstackle is a game created by me. It was made using Java
diegolrs/Process-Scheduler-Simulator
Operational System Process Scheduler Simulator
diegolrs/2048
A 2048 clone game made with c# and Unity Engine.
diegolrs/Assembly-Image-Filter
Filtering a .bmp image with sum operations using Assembly MASM32.
diegolrs/Introducao-a-Assembly
Códigos criados durante a disciplina de Arquitetura de Computadores I na UFPB usando MASM32
diegolrs/MyIO-MASM32-Console-Handler
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.
diegolrs/NFA-nondeterministic-finite-automaton
NFA (nondeterministic finite automaton) simulator using C++
diegolrs/ship-game
diegolrs/TSP-Solver
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 research. The goal is to find the shortest possible route that visits a set of cities and returns to the origin city, visiting each city exactly once.
diegolrs/bright-souls
A 'Souls-like' game made in Unity3D.
diegolrs/Calculadora-Em-C
Projeto final para a disciplina de Introdução ao Computador
diegolrs/Celeste64
A game made by the Celeste developers in a week(ish, closer to 2)
diegolrs/CPSS
diegolrs/diegolrs
diegolrs/Hefesto
Projeto final para a disciplina de Especificações de Requisitos de Software
diegolrs/Juice-Bar
C++ CRUD
diegolrs/kit-opt
diegolrs/Memory-Paging
Operational System Memory Paging Simulator
diegolrs/micro-so
diegolrs/opengl-tutorials
Tutorials from the following playlist: https://www.youtube.com/playlist?list=PLPaoO-vpZnumdcb4tZc4x5Q-v7CkrQ6M-
diegolrs/ordenacao-e-recuperacao
diegolrs/ProjetoLP3-DES
Project developed for the discipline of Programming Language III using the Phoenix framework.
diegolrs/Snake-Game
diegolrs/Sorting-LEO