Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Bassem-Onsimos's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Bassem-Onsimos

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. AdvancedGameEngine AdvancedGameEngine Public

    A simple game engine implemented in Java. It takes care of all the under the hood stuff, leaving all the fun work for you. This aims to ease the process of game creation for programmers, by allowin…

    Java

  2. Snake Snake Public

    The well-known snake game, implemented in Java.

    Java

  3. Asteroids Asteroids Public

    Asteroids, the famous arcade game, recreated and developed in Java. Playing around with mathematics and calculations to implement the game physics and collision-detection.

    Java

  4. FlappyBird FlappyBird Public

    A clone of the well-known Flappy Bird game, recreated and developed in Java. Playing around with mathematics and calculations to implement the game physics and collision-detection.

    Java

  5. BallsSimulation BallsSimulation Public

    A 2D simulation of ball physics, where balls move and collide on a horizontal plane. Implemented in Java.

    Java

  6. MazeGenerator-MazeSolver MazeGenerator-MazeSolver Public

    Having fun with Depth-First Search. This application uses DFS algorithm to generate a maze, of any size, and then to solve it. The whole process is visualized and slowed to be caught by the eye, it…

    Java