Skip to content
View Kogs's full-sized avatar

Block or report Kogs

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. rplace-video-generator rplace-video-generator Public

    Generates high res videos of parts of r/place based on its raw data.

    Java

  2. JavaFXTileMap JavaFXTileMap Public

    A TileMap engine for JavaFX

    Java 2

  3. ClitherProject/Slither.io-Protocol ClitherProject/Slither.io-Protocol Public

    The Documented Slither.io Protocol

    JavaScript 163 41

  4. circa94/JSlither circa94/JSlither Public

    An open source nodejs server implementation for slither.io

    JavaScript 35 14

  5. timeeater timeeater Public

    Timetracking software

    Java

  6. Conway's game of life. JavaFX Multit... Conway's game of life. JavaFX Multithreaded Implementation.
    1
    import javafx.animation.AnimationTimer;
    2
    import javafx.application.Application;
    3
    import javafx.scene.Scene;
    4
    import javafx.scene.canvas.Canvas;
    5
    import javafx.scene.canvas.GraphicsContext;