Skip to content
View SDesya74's full-sized avatar
💀
💀

Highlights

  • Pro

Block or report SDesya74

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. Tic-Tac-Toe checker in one line Tic-Tac-Toe checker in one line
    1
    let grid = [
    2
      ["x", "o", ""],
    3
      ["x", "o", ""],
    4
      ["x", "", ""]
    5
    ]
  2. bevy_oneshot bevy_oneshot Public

    A simple one-shot systems for Bevy

    Rust 7 1

  3. bevy_mod_static_inventory bevy_mod_static_inventory Public

    Rust 9

  4. notes notes Public

    A PoC of a notes app with graph structure

    Svelte 1