Skip to content
View Andezion's full-sized avatar
💭
damnn, nice pills
💭
damnn, nice pills

Block or report Andezion

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

Hello 🧏‍♂️

🤓 I'm CS student from Poland:

  • Hi, I am a sixth-semester student at Lodz University of Technology, Faculty of Electronics, Electrical Engineering, and Computer Science, pursuing a degree in Software Engineering. In addition, I graduated from the National Technical University ‘Kharkov Polytechnic Institute’ specialising in Engineering Electrophysics!

  • Throughout my studies, I have developed a strong passion for creating independent desktop and mobile applications. I particularly enjoy working on games and simulations, as they allow me to combine technical problem-solving with creativity.

  • In my projects, I primarily use programming languages such as C, C++, C#, and Java. Many of my works can be found on my GitHub, where I showcase various applications and experiments. For mobile development, I rely on Flutter and Java, while my experience in game development extends to working with Godot Engine and Unreal Engine.

  • Looking ahead, I am eager to deepen my expertise in C++ and further enhance my skills in Unreal Engine, as I aspire to work on more complex and high-performance applications in the future.


🛠 Languages and Tools:

C/C++/C#

  • SDL, SFML, RayLib, Monogame, Allegro, OpenGL, GLM, Glew, WinForms, Glad and Vulkan
  1. DoddleJump - (implementation of parallax effect and multilayer world) -> C++ / SFML + Raylib
  2. Knight - (first attempts at random world generation and animation in C) -> C / SDL
  3. GnomeRush - (pseudo-typing in C along with animation) -> C / SDL
  4. Pong - (multiplayer and collision in a retro two-player ping-pong game) -> C++ / SFML + Allegro
  5. Simulator of Falling - (user interaction and visualisation of falling depending on certain parameters) -> C++ / SFML
  6. Arcade - (retro arcade and use of all kinds of C++ containers) -> C++ / SFML
  7. Tanks - (multiplayer and maze generation, smart pointers and unique_ptr and databases) -> C++ / SFML and Allegro
  8. WizardRage - (mini strategy with pseudo-world generation, animation and basic tree logic) -> C++ / SFML
  9. Factory - (simple visualisation of conveyor operation) -> C# / WinForms

Java

  • JavaFX, Swing, AWT, SpringBoot, WebSockets, JavaMobile
  1. CustomCalculator - (my attempt to create a properly working calculator) -> Java / Android + Style
  2. PaintOnline - (customised multi-user Paint) -> Java / JavaFX + WebSockets + SpringBoot + MySQL
  3. SortingAlgorithms - (visualisation of popular sorting algorithms) -> Java / Swing + AWT
  4. Checkers - (checkers for two with strict rules) -> Java / Swing + AWT

Dart

  • Flutter
  1. Dice Roller - (simple mobile app for rolling the dice) -> Dart / Flutter
  2. Planner - (trivial planner for everyday tasks) -> Dart / Flutter

In additional to that, I have experience in things like:

  • Godot Engine - (experience in writing 2D games)
  • Unreal Engine - (Blueprint basics and animation)
  • DockerHub - (container loading and unloading)
  • Oracle - (basic syntax knowledge)
  • MySQL - (often used in personal projects)
  • PostgreSQL - (often used in personal projects)

🔥 My stats:

Top Langs

Popular repositories Loading

  1. Knight Knight Public

    This is a small test project that demonstrates character movement and control using the SDL library. Also, it is pure C :)

    C 1

  2. GameJam GameJam Public

    This is our little game for Game-Jam contest (pray for Timur)

    C 1

  3. Pong Pong Public

    This is simple Pong-game for two players.

    C++

  4. Arcade Arcade Public

    This is endless, singleplayer Arcade-shooting game.

    C++

  5. Andezion Andezion Public

    My personal repository

  6. Checkers Checkers Public

    This is a small Checkers project for two players.

    Java