Pinned Repositories
2-Projeto-IC
2º Projeto de IC
Breakout_LP2
Breakout / Arkanoid console game made in C# with a self-implemented game engine.
Composite-Pattern-Unity-Test
Testing the Composite Pattern design in Unity
CS50-Introduction-to-CS
Work done in Harvard's CS50 Introduction to Computer Science
FlameHopper
A 2D side scroller platform prototype made for a class in 2018
Fullstack-Open
Work done in University of Helsinki's Fullstack Open course
InputSystemThreads
Testing threads in console
Steam-DB_LP2
Project that reads a .csv file that contains data from games available on Steam and displays it using C# / Windows Forms.
Unity-Mergetool
Quick guide to setup Unity Mergetool in a project
website
Personal website made using React. Built with Gatsby and hosted with Netlify.
joavd's Repositories
joavd/Unity-Mergetool
Quick guide to setup Unity Mergetool in a project
joavd/Steam-DB_LP2
Project that reads a .csv file that contains data from games available on Steam and displays it using C# / Windows Forms.
joavd/2-Projeto-IC
2º Projeto de IC
joavd/Breakout_LP2
Breakout / Arkanoid console game made in C# with a self-implemented game engine.
joavd/Composite-Pattern-Unity-Test
Testing the Composite Pattern design in Unity
joavd/CS50-Introduction-to-CS
Work done in Harvard's CS50 Introduction to Computer Science
joavd/FlameHopper
A 2D side scroller platform prototype made for a class in 2018
joavd/Fullstack-Open
Work done in University of Helsinki's Fullstack Open course
joavd/InputSystemThreads
Testing threads in console
joavd/Simplexity-Game
Implementation of the board game Simplexity, using C# and the command line.
joavd/website
Personal website made using React. Built with Gatsby and hosted with Netlify.
joavd/joavd
Profile readme
joavd/lp1_exercicios
Exercícios da disciplina de Linguagens de Programação I
joavd/lp2_exercicios
Exercícios da disciplina de Linguagens de Programação II
joavd/Mancala
Mancala game prototype using React for FE and Node for BE
joavd/Roguelike-Game
Console based Roguelite
joavd/SlipperyMagicForest
A 2D top-down prototype made for a class in 2018
joavd/Test-Decorator-Pattern
Testing Decorator Pattern design in console