Skip to content
View aesthezel's full-sized avatar
๐Ÿข
Watching and learning
๐Ÿข
Watching and learning

Organizations

@quesillostudios
Block or Report

Block or report aesthezel

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

Hola, I'm David Pino ๐Ÿฅจ

I'm a Game Developer and Concept Artist, now learning to be Game Designer

About me ๐Ÿ“

  • ๐Ÿ‘จโ€๐Ÿซ I regularly give presentations and workshops[1][2] about gamedev
  • ๐ŸŽฎ I working professionally on Game Develop (Since 2018)
  • ๐Ÿšฉ I've prepare a bootcamp to beginners on Unity (spanish only for now), is totally free
  • ๐Ÿ“ I'm currently developing E-learning Game Developing guides called Nivel Secreto only in Spanish for now
  • ๐ŸŽค I record a podcast called Nivel Secreto (in spanish speak) related about videogames in general
  • ๐Ÿ’พ I'm learning about shaders .hlsl and Shader Graph, and procedural textures on Substance Designer a like programs
  • ๐Ÿ’Š I use everyday .cs, .js, .cpp, .py, .gdscript, .lua
  • ๐ŸŽ“ I also study Fine Arts (Promo 2022 2025 I guess or not)
  • ๐Ÿ“ฆ We (my cousing and me) are doing assets packs located in itch page of Quesillo Studios
Projects ๐Ÿ’พ
  • Kabloom!, upcoming tower defense game.
  • Turn Jam #1, the result game from a jam by turns. Each developers could not communicate with the others, and had to work in turns.
  • Zaperoco, a folkloric fighting videogame about Venezuelan personalities and folklore.
  • Exodus and Destroy Invaders, action videogame still in development.
  • Sir Alone, a videogame (still in development), developed in 7 days for a jam.
  • Interview Duelist, a jam videogame, done in 3 days.
  • MEM-O-RAMA, a video game released for the GMTK2021 Game Jam, made only by me.
  • Hellheim, a video game released on GGJ 2021 with other 3 team mates.
  • High Speed Hands, speed poker game developed with my team on Shokworks, Inc.

Contact me ๐Ÿค

Social links

Aesthezel's | Twitter Write me on Twitter Twitch Status YouTube Channel Subscribers

Discord servers

Quesillo Studios | Discord

My websites ๐ŸŒŽ

Aesthezel's | Portfolio Quesillo Studios | Website

Tools that I use ๐Ÿ”จ

Unity Godot Engine Krita Rider Visual Studio Code Azure Functions Affinity Designer Affinity Photo Band Lab

Pinned

  1. MeltEngine MeltEngine Public

    A Raylib based engine...

    C# 2

  2. quesillostudios/quesilloquest quesillostudios/quesilloquest Public

    A new journey in Unity development

    1 5

  3. quesillostudios/bootcamp-unity quesillostudios/bootcamp-unity Public

    An Unity project files, with examples a documentation about the bootcamp imparted by Quesillo Studios.

    C#

  4. Entity DNA storage Entity DNA storage
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity >=0.8.0 <0.9.0;
    3
    
                  
    4
    import "@openzeppelin/contracts/utils/Address.sol";
    5
    import "@openzeppelin/contracts/utils/Strings.sol";