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
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.
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.
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) ...
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)
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.