Skip to content
View MatthieuBonbon's full-sized avatar
  • France
Block or Report

Block or report MatthieuBonbon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MatthieuBonbon/README.md

Hi there 👋 Here, a list of the projects that I created or to which I contributed ⚡

This list will be updated each time a new project is published.

List of projects I worked on :

  • tabGenericite_en_C : A study project about the creation and use of generic arrays through different usual functions (split, filter, max, pop, push, etc ...).

  • Cypher (Dart) : A mobile app developed in my free time. It's a music-themed local game for Android 5.0 and above. Uses the Flutter framework for the responsive front-end and a dictionary extracted from the French Wiktionary in Perl with the G-PeTo tool (Toulouse 2 University, France) for the back-end.

  • prototype_RPG (Java) : A study project about an implementation of the prototype of an RPG. Uses (for the class modeling) the design pattern described by the GoF in the book Design Patterns: Elements of Reusable Object-Oriented Software

  • Bucket3000 (Java) : A study project about data anonymization. Uses in particular Bucketization methods and one-dimensional and multi-dimensional algorithms.

  • jeu-de-nim (Java) : A study project about an implementation of the nim game.

  • Morpion (Java) : A personnal projet about an implementation of the noughts and crosses game.

  • TheLyricsRobot (Python) : A personal twitter bot which retrieves a tweet containing the lyrics of a song and returning the title as well as the singer(s).

Video games : ( availible here : https://gamejolt.com/@NAI_GAMES/games )

 - Zombie Community : a FPS/TPS shooter who has the constraint to use only the assets 
    created and given for free by the Unreal Engine Marketplace Community.
 
 - Bob & Snoop : a 2D arcade game
 
 - Soirée Disco : a fan game about the song who has the same name 
    (very famous in France) : https://www.youtube.com/watch?v=n0xJehv5Fag

Popular repositories Loading

  1. Bucket3000 Bucket3000 Public

    Projet d'anonymisation de données. Utilisation de k-anonymisation, l-diversité, pseudonymisation et algorithmes unidimensionnel et multi-dimensionnel.

    Java 1

  2. TheLyricsRobot TheLyricsRobot Public

    A people tweet some lyrics and you want to know the song who contains these lyrics ? TheLyricsRobot is made for you ! This Twitter bot can retrieve lyrics from the initial tweet where you mentioned…

    Python 1

  3. Morpion Morpion Public

    Jeu du morpion codé en Java avec une architecture mvc (modèle - vue - contrôleur : https://fr.wikipedia.org/wiki/Mod%C3%A8le-vue-contr%C3%B4leur) .

    Java

  4. jeu-de-nim jeu-de-nim Public

    Jeu de Nim créé en Java. Principe du Jeu de Nim ici : https://fr.wikipedia.org/wiki/Jeux_de_Nim#Jeu_de_Nim_classique

    Java

  5. MatthieuBonbon MatthieuBonbon Public

  6. prototype_RPG prototype_RPG Public

    Java