Projects

Video Game Platform

Java

A video game platform in a terminal

Video Game Platform

During my first year at engineering school, we had to create a video game platform in a terminal in Java. This platform allows a number of features. You can search for information about a particular game from the list. You can add or remove friends, add games to your game collection, send a game invitation or even send a gift to a friend. All this is done in object-oriented language, taking care to ensure that everything is coherent and possible. For example, we should not be able to send a friend request to someone who is already in of our friendslist, or exceed the maximum limit of games that a non-administrator account can have...

When you run the program, you can login with your nickname:

Video Game Platform

Then, a list of all actions you can do is displayed:

Video Game Platform

For example, if we enter 1:

Video Game Platform

The project sources are available on my Github