Skip to main content

Projects

Alazia
437 words·3 mins
Alazia is a cosy, uncomfortable 3rd person game where the playeer can drain and redistribute the life from the creatures and environment around it to solve puzzles during its adventure.
Space Orbit
423 words·2 mins
Space Orbit is a small 2D game, where your goal is to successfully launch a rocket ship into orbit. The game is developed to be “educational”. It helps players understand the real-life concepts of gravitation.
What advantages does using a Vision Transformer model offer over Convolutional Neural Network in playing video games?
2265 words·11 mins
Research paper: “A comparison of Convolutional Neural Networks and Vision Transformers as models for learning to play computer games“.
SHHHH...!
SHHHH…! is a two-dimensional top-down view game where the player needs to escape from an island while avoiding zombies! This game was developed with SFML and C++ and features a complete game loop as well as a level editor.
Cops and Robbers
Cops and Robbers is a 2D Platformer mobile game developed with Unity! The game feature a character that needs to escape the police.
Run4Exp
1306 words·7 mins
Run4Exp is a sports app where the player’s real movements (made by walking, running or biking) are transmitted to a virtual map. The app feature a web application and a mobile made both using React. The backend has been written with the Spring Boot framework
Company Scrapper
This software is a data scraping tool that can extract company employees’ data from LinkedIn and the Crunchbase API, and then store those in a MySQL Database."
Multiplayer Board Games (Tic-Tac-Toe and Nim)
This client/server Java application features two mini-games: an Online Tic-tac-toe and the Nim’s Game. Tic-tac-toe game can be played with another real player, whereas you can play against a bot in Nim. The UI is made with JavaFX and the client/server communication with RMI interfaces.