Java
Space peasant vs Space-hungry
Game developed as part of a game development class I was following at UCD. The purpose of the assignment was to use a game template written in Java (using Eclipse) and modify it into a complete game over 6 weeks.
​
Two space farmers try to defend their farm against space animals that want to eat their supply. To do this, they have to give them apples before they reach their supply.
One of the farmers (player 1) throws apples to the animals while the other (player 2) has to pick the apples that "grow" on the field.
You can download the game by clicking here!
Multi-Layer Perceptron
made in December 2021
As part of the Connectionist Computing course I was following at UCD , I developped a Multi-Layer Perceptron (MLP) in Java.
Its purpose is be able to predict the results of a XOR function. The neural network is made of 2 inputs, 2 outputs and an intermediate layer. I also wrote a report about the results given by the MLP.
If you want more information about this work (code and/or report), feel free to contact me as I am not allowed to publish it.
Non-contractual photo
SNAKE PROTOTYPE
made in January 2019
Click on the game to be able to move the snake with the arrows keys
HTML/CSS/JavaScript
DRAWING PALETTE
made in April 2019
This project offers the user a space to draw using the colors available in the palette, and even to add their own colors by entering an RGB code.
CALCULATOR
made in February 2019
C/C++
Go game
Made in March 2020
This project was developed during three weeks. We were two to make this game in C++ using the SDL2 library.
​
​