Skip to content
View maelgui's full-sized avatar

Block or report maelgui

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

Pinned Loading

  1. checkers-game checkers-game Public

    A checkers game in Java. Created at school to discover testing principle with JUnit, code coverage metrics, and sonarcube.

    Java

  2. maze-generator maze-generator Public

    Maze generator in Python and C++. Render in Python is done thought pyplot and with SFML in C++. The generated mazes, are called "perfect maze", ie, there is one and only one path from one point to …

    C++

  3. maelgui.github.io maelgui.github.io Public

    Personal website, made with Gatsby.

    JavaScript

  4. neural-network-snake neural-network-snake Public

    Self learning snake. The algorithm uses a 3 layer neural network, and generations are managed with a genetic algorithm.

    Python