Skip to content
View Saduras's full-sized avatar
  • Amsterdam
Block or Report

Block or report Saduras

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
Saduras/README.md
  • 👋 Hi, I’m @Saduras working Guerrilla as an AI Programmer
  • 👀 I’m interested in Game Dev/Game AI
  • 🌱 I’m currently improving my C++ skills and planning to learn some Rust soon
  • 📫 How to reach me
    • Twitter: @ai_dev_david
    • Discord: Saduras#3108

Pinned Loading

  1. BattleSimGame BattleSimGame Public

    Battle Simulation Game written from scratch in C++

    C++

  2. ChessPlusPlus ChessPlusPlus Public

    Chess computer with a MinMaxSearch AI

    C++ 1

  3. Parallax mapping shader for Unity Parallax mapping shader for Unity
    1
    // Based on tutorial:
    2
    // https://learnopengl.com/#!Advanced-Lighting/Parallax-Mapping
    3
    
    
    4
    Shader "Custom/ParallaxMapping"
    5
    {