Skip to content
View MrEliasen's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MrEliasen

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

  1. tileset-converter tileset-converter Public

    A2 and A4 Tileset Converter. RPG Maker MV to GMS etc.

    JavaScript 3 1

  2. map-generator map-generator Public

    Random world map generator with elevation, biomes and rivers,. Exports to JSON

    JavaScript 2

  3. sniksnak.chat sniksnak.chat Public

    Zero-knowledge encrypted and anonymous chat app

    TypeScript 1

  4. Symmetric Encryption using window.cr... Symmetric Encryption using window.crypto.subtle API
    1
    // Read more about the API here:
    2
    // https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto
    3
    
                  
    4
    export type EncryptedPayload = { ciphertext: string, iv: string };
    5
    
                  
  5. rust-map-generator rust-map-generator Public

    First rust app, a map generator. Next step is refactoring, optimising and overall see if I can make the code neater.

    Rust

  6. SWI-server SWI-server Public

    SWI is made as a spiritual successor to the original Street Wars Online 2, from 2000, and was created as a means to learn about GO and protobufs.

    Go 1