🔧 A list of various projects
-
Steal It
- Description
- A horror game created using Unity and designed to run on virtual reality headsets: escape the maze while a ghost actively tries to catch you. I mainly managed the networking aspects of the game, which uses Ubiq as required by the project's specifications.
- Project type
- Group project
- Project date
- GitHub repository
- github.com/Steal-it
-
Distributed Intelligence
- Description
- An university project about a distributed system: starting from a codebase available on GitHub, the project required to create a distributed system written in Java and using Akka capable of managing reads and writes. Specifically, every client connects to a replica, in case of a write the replica contacts a coordinator that decides a sequentially consistent write order. Upon coordinator crash, replicas need to elect a new leader using a ring-based election system.
- Project type
- Group project
- Project date
- GitHub repository
- github.com/DS-DistributedIntelligence
-
Agent Perry
- Description
- An university project regarding an autonomous agent capable of playing the Deliveroo.js game. Written in JavaScript.
- Project type
- Group project
- Project date
- GitHub repository
- github.com/AgentPerryASA
-
DreamSpot
- Description
- An university business project: the team followed the main preliminary steps about the creation of a new product to put into the market, from the validation of customer, problem and solution to the creation of a business model and a financial plan.
- Project type
- Group project
- Project date
- GitHub repository
- github.com/dreamspotai
- Website
- dreamspotai.github.io
-
Distributed warehouse system concept by ALimitedGroup
- Description
- A concept of a distributed warehouse system made by a team of 8 people (including me) for the Software Engineering course attended during the studies for my bachelor's degree in Computer Science. The goal of the project was not only the development itself, but also to learn and improve good practices of Software Engineering.
- Project type
- Group project
- Project date
- GitHub repository
- github.com/alimitedgroup
- Website
- alimitedgroup.github.io
-
UNI COOKED
- Description
- A cooking website made for the Web Technology course attended during the studies for my bachelor's degree in Computer Science, placed fourth in the Accattivante Accessibile contest.
- Project type
- Group project
- Project date
- GitHub repository
- github.com/uni-cooked
- Website
- https://caa.studenti.math.unipd.it/asoranzo/
-
VCFextractor
- Description
- A simple Java program that extracts data from VCF cards. The project was programmed for both personal necessities and starting to learn about the Java programming language.
- Project type
- Personal project
- Project date
- GitHub repository
- github.com/FireStoat3/VCFextractor
-
Simple Energy Production Simulator
- Description
- A simple C++ application that simulates sensors that collect data from various kinds of energy sources created during my bachelor's degree. While the main application was entirely written in C++, the GUI has been created using Qt 6.2.4.
- Project type
- Solo project
- Project date
- GitHub repository
- github.com/FireStoat3/Simple-Energy-Production-Simulator