Skip to content
View alpinus4's full-sized avatar

Highlights

  • Pro

Block or report alpinus4

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. game-jam-team-gut/air-hockey-multiplayer game-jam-team-gut/air-hockey-multiplayer Public

    Air hockey multiplayer game using UDP sockets

    Python 1

  2. process-pool process-pool Public

    Implementation of the process pool using fork and pipes.

    C

  3. game-jam-team-gut/not-so-lonely game-jam-team-gut/not-so-lonely Public

    Wholesome game about a lonely robot finding friends

    GDScript

  4. project-lynx-coding-game/lynx-scene-generator project-lynx-coding-game/lynx-scene-generator Public

    Microservice responsible for generating and serializing scenes.

    Rust

  5. Simple python state machine Simple python state machine
    1
    from typing import Union
    2
    from enum import Enum
    3
    from typing import Callable
    4
    from abc import ABC, abstractmethod
    5
    
    
  6. bevy-template bevy-template Public

    A minimal bevy template for cargo-generate intended to be run on Linux.

    Rust 1