Skip to content
View bearlikelion's full-sized avatar

Organizations

@SurfsUpGame

Block or report bearlikelion

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 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
bearlikelion/README.md

Hi, I'm Mark ๐Ÿ‘‹

I'm a ๐Ÿง‘โ€๐Ÿ’ป full-stack & independent game developer ๐ŸŽฎ.

You checkout games I've made at bearlikelion.com

bearlikelion's Stats

bearlikelion's Top Languages

Pinned Loading

  1. arneman.me arneman.me Public

    Mark's personal portfolio website

    HTML

  2. docker-compose docker-compose Public

    Mark's Docker Compose Files

    64 4

  3. BoomerShooter BoomerShooter Public

    Godot 3D open source FPS

    GDScript 27 6

  4. mRemoteNG-Icons mRemoteNG-Icons Public

    Icons for mRemoteNG

    9 3

  5. SurfsUpSDK SurfsUpSDK Public

    SurfsUp SDK - Godot project for custom maps

    GDScript 7 9

  6. Godot Audio Manager Singleton Godot Audio Manager Singleton
    1
    extends Node
    2
    
                  
    3
    enum Pitch {UP, DOWN, NONE, RANDOM}
    4
    
                  
    5
    var num_players: int = 8