Projects
Main Projects Published
ShareTheTrack
Platform | P.Languages | Released On |
---|---|---|
Android 7.0 | Flutter | August, 2020 |
ShareTheTrack is the perfect application for those who want to discover new amazing songs from their friends. Recommend new songs to your friends and listen to their suggestions and if you like them, give them as many likes as you want.
Guess Word!
Platform | P.Languages | Released On |
---|---|---|
Android 6.0 | Kotlin, XML | May, 2020 |
Local Android game for two players or more in which the players will have to guess the secret word giving them another words related with the solution, but not the hints that are given as a hints to the host of the game.
Factory Chaos!
Platform | P.Languages | Released On |
---|---|---|
Android 4.1 | Unity, C# | Febrary, 2020 |
Android game in which the player has to avoid the dangerous objects from falling from the sky across the device screen.
Secret Manager
Platform | P.Languages | Released On |
---|---|---|
Android 6.0 | Kotlin, XML | January, 2020 |
Android app that encrypts users data to keep it safe in your own device. It allows to execute text and even files. Also, it uses a database to store your secrets.
Tap To Go!
Platform | P.Languages | Released On |
---|---|---|
Android 5.1 | Kotlin, XML | November, 2019 |
Simple game in which your reflexed are measured. Touch the screen as soon as the lights turn off. Keep tracking of your best records and try to beat yourself.
Formula GP
Platform | P.Languages | Released On |
---|---|---|
Android 5.0, Windows 16299 | C#, XML | October, 2019 |
Xamarin app that shows the F1 history along with its statistics. The app is an interface with the data provided by an API, allowing the user to see every race, driver, team, season and track details.
mrCiphER=
Platform | P.Languages | Released On |
---|---|---|
Android 7.1 | Java, XML | June, 2017 |
Cipher Android app that shows the main algorithms (AES, RSA, DES, among others) and allows the user to encrypt their private data. It also shows the hash functionality, comparing hash.
mod_league
Platform | P.Languages | Released On |
---|---|---|
Moodle 3.1.12 | PHP | September, 2018 |
Moodle plugin to make a league with students exercises, giving them the chance to raise at the top of the table with better homework done.
Other Projects
🎮 F1 2018 Telemetry
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Java | September, 2018 |
Application that shows the Live Timing while playing F1 2018 by Codemasters.
🃏 Virus! Game
Platform | P.Languages | Released On |
---|---|---|
Windows | C# | May, 2019 |
The board game Virus! with AI to play you versus the computer or even automatic game mode in wich the computer plays versus itself.
It also implements the Virus! Evolution cards.
💎 Jewels
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Scala | April, 2017 |
The famous Jewels game in which you have to line at least three diamonds to score the most amount of points possible. It brings with automatic and manual play mode and with CLI or GUI in three differents hards levels.
🔡 Compiler JFlex Cup
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Java | December, 2016 |
Custom compiler that processes files with a specific sintax very similar to C source files.
program factorial is
var numero, total: integer;
begin
read numero;
total := numero;
numero := numero - 1;
while numero > 0 do
total := total * numero;
numero := numero - 1;
end while;
write total;
end
👨 Guess Who? (WinForm)
Platform | P.Languages | Released On |
---|---|---|
Windows | C# (WinForms) | November, 2019 |
The classical Guess Who? game for two players or even against the machine with GUI and images to make it easier to play it.
👩🏻🏫 Syntatic Analyzer (Spanish)
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Prolog | April, 2017 |
Syntactic analyzer for spanish sentences giving you the information needed of the word types and even a tree structure to see how they are linked with the others word.
👩 Guess Who? (Prolog)
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Prolog | March, 2017 |
AI applications that plays Guess Who? game in many ways.
🎲 2048
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Python | May, 2018 |
AI application that plays 2048 by its own. Also it brings the manual game in which a user can play with their keyboards.
---------------------------------------------------------------------
* He tardado 102 milisegundos en pensar la jugada.
---------------------------------------------------------------------
* Puntuacion: 1168 | Movimientos: 119
2 - 2 -
4 8 16 2
2 128 8 64
4 4 4 2
---------------------------------------------------------------------
♞ Chess
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Java | Frebruary, 2017 |
Java chess for two players with GUI and helped color cells guiding you through the many possible movements.
🖥 Microshell
Platform | P.Languages | Released On |
---|---|---|
Linux | C | April, 2015 |
C application that implements the main Linux shell commands, like change directories or create folders, among others.
⬛️ BlokUS Duo
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Java | July, 2017 |
The board game Blokus Duo with a GUI in Java
🗺️ Node’s Distance Calc
Platform | P.Languages | Released On |
---|---|---|
Windows, Linux | Racket | May, 2017 |
Application that, setting the map specified, provides the shorter way between two nodes.
> (run
(list "A" "B" "C" "D" "E")
(list
(list 0 1 7 inf 11 )
(list inf 0 6 3 inf )
(list 5 6 0 2 2 )
(list inf inf 3 0 inf )
(list 2 inf inf inf 0 )
)
2 "A" "E")
All Repositories
If you want to take a look to all the available repositories, please visit my GitHub list of repositories.