Portfolio

School Projects


Person

Bulls and Cows

I made a Bulls and Cows game in console in C++. There are a several options
It is possible to change game settings (for example the number of attempts) and save/load these settings
We can play in solo or watch an AI playing to see if it finds the solution.
Link of the repository





Person

Yahtzee

I made a Yahtzee game in console in java. So it is a 2-player game with 5 dices.
After each roll, the player can choose which dice to save. (with a total of 3 roll).
And finally choose which combination to save.





Person

Chat App

I made a Chat App Application in c#. Objectives are to be able to:

-create an account
-login
-create a topic
-join a topic
-list topics
-private chat

I used TCP protocol to connect my client and server and I make them communicate with a class that serialize and deserialize received messages.





Person

Library Software

I made a software for library.
It is possible to add a member, to create a certain amount of a resource and make a member rent it.
We can save the state of the application (serialization) ...





Person
Person

Heiphastos

During my front-web courses, I learned how to use vueJS and vuetify to realize some part of an exercises interface
I recovered data from the back using Vuex (mutations, actions and getters were made by the teacher).
I made the login page, the display of all modules fetched from the API and the exercise page (images below)





Person
Person

Android Celebrity Birthday Application

Our application consists in searching which celebrities are born the same date as yours.
So you enter a date and a list of celebrities born at this date will appear, you can share it and have more detail on the celebrity you want.