Skip to content
View blazejhanzel's full-sized avatar

Organizations

@blazedev-games

Block or report blazejhanzel

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

Portfolio - List of currently working projects

If you like one of the projects follow me on GitHub, Twitter, LinkedIn or YouTube to not lose update informations.

Pinned Loading

  1. 100-lines-snake 100-lines-snake Public archive

    This project was a challenge: To write classic "Snake" game in less or equal 100 lines of code and keep programming standards.

    C#

  2. classic-poker-game classic-poker-game Public archive

    Copy of project done at Silesian University of Technology.

    C++

  3. GNOME-Shortcut-Manager GNOME-Shortcut-Manager Public

    Tiny menu editor for GNOME3. Easily add or remove shortcuts from your dash.

    C++ 3

  4. Tool for displaying current number o... Tool for displaying current number of lines in every script hold in "Assets/Scripts/" directory.
    1
    using System.Collections.Generic;
    2
    using System.IO;
    3
    using System.Linq;
    4
    using UnityEditor;
    5
    using UnityEngine;
  5. gamedev-portfolio gamedev-portfolio Public archive

    Forked from schouffy/gamedev-portfolio

    blazeDev portfolio website until changing to Wordpress in 2024

    Vue

  6. Unity-Aspect-Oriented-Programming Unity-Aspect-Oriented-Programming Public archive

    Forked from H1M4W4R1/Unity-Aspect-Oriented-Programming

    As name says - Unity3D AOP

    C#