Skip to content
View Michael-Sjogren's full-sized avatar

Organizations

@dotnet-webshop

Block or report Michael-Sjogren

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
Michael-Sjogren/README.md
  • 👋 Hi, I’m @Michael-Sjogren

  • 💼 Currently Working @PiiGAB AB as Software Developer

  • 👀 I am interested in Game Development with Godot Engine.

  • 🧪 I often experiment with Godot 4 and explore new languages like Zig or Elm.

  • 🔗 webpage cv created with elm.

Pinned Loading

  1. A 3D Starter First Person look & mov... A 3D Starter First Person look & movement script for Godot
    1
    extends KinematicBody
    2
    
                  
    3
    export(NodePath) var cam_path
    4
    const MOVE_SPEED = 5.0 
    5
    const MOUSE_SENSITIVITY = 0.0010
  2. michael-sjogren.github.io michael-sjogren.github.io Public

    JavaScript

  3. simple-fps-controller-template simple-fps-controller-template Public

    A simple First Person Controller starter template with smooth movement and a simplistic jump. For the godot engine.

    GDScript 2

  4. DroneDelivery DroneDelivery Public

    A Godot 3D game created for godot wild jam 44. You play as a Drone trying to deliver packages as quickly and accuratley as possible to the nearest dropzones.

    GDScript 1 2

  5. aoc_zig_2023 aoc_zig_2023 Public

    Advent of code 2023 with Zig

    Zig