Skip to content
View Kakusakov's full-sized avatar
Block or Report

Block or report Kakusakov

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. cmine cmine Public

    Minecraft clone implemented in pure C, with minimal amount of dependencies.

    C

  2. brainbrain brainbrain Public

    Brainf*ck compiler.

    C

  3. see_chess see_chess Public

    My cpp chess engine revision

    C++

  4. Improved Perlin Noise Implementation... Improved Perlin Noise Implementation in C#
    1
    // Clone of https://gist.github.com/Flafla2/1a0b9ebef678bbce3215 with more dimensions and seed generation.
    2
    
                  
    3
    public class PerlinGen
    4
    {
    5
        private readonly int[] p;  // Randomly shuffled array of values from 0 to 255.
  5. LessDeadChess LessDeadChess Public archive

    C++

  6. MineGL MineGL Public archive

    C++