Projects Rust
Easy_GA
Crates: https://crates.io/crates/easy_ga Github repository: https://github.com/RubenRubioM/easy_ga Easy_GA is a genetic algorithm library made for Rust projects. It provides full customization for your own genotypes definitions and a genetic algorithm implementation to wrap all the common logic within a genetic algorithm. Features trait Gene: Definition to implement for your custom genotypes. trait Read more…
Projects Z80 Assembly
Shinobu
Shinobu is a videogame made for Amstrad CPC using Z80 assembly and with the CPCtelera library. This project was highly related to optimize every piece of memory due to the Amstrad CPC limitation of 16KB of memory RAM. The source code can be found in the github repository and the Read more…
Projects
Twitch Loot Auto-Clicker
Twitch Loot Auto-Clicker is a browser extension to improve the experience while using twitch.tv. This extensions find where do you have points avaliable to collect in a twitch channel and auto click them for you to maximize your rewards. Its second utility is to bring to you an extense and Read more…
Projects
Spark Engine
Spark Engine is a graphic engine made from scratch using C++ 17 and OpenGL. Spark Engine has the ability to render 3D and 2D objects and its main object is to be used for videogames and graphics shows. Among all its features we can mention the ability to render dynamic Read more…
Projects
Beast Brawl
Beast Brawl is a PC videogame made as my final year project with other five teammates. The objective is to capture the main item and keep it for the longest time possible while other players try to steal it. It is in essence a racing game with power ups that Read more…
Projects
The Shadow Overtakes You
The Shadow Overtakes You is a gamejam project done for the Global GameJam. It is a 2D top-down videogame where the player has to exit the mine as fast as possible to advance to next levels. While playing to escape, the light of his torch will decay over the time. Read more…
Projects
Bipedal Walking Genetic Algorithm
One of the goals in this project is to facilitate the understanding about one of the many fields in the artificial intelligence, genetic algorithms. The way to achieve this goal has been through the visual representation of both execution and data. In order to achieve this visual representation, the problem Read more…