Skip to content
View flushwhy's full-sized avatar
:shipit:
c<>.<>c
:shipit:
c<>.<>c
  • @flushworks
  • Poker Table
  • 10:38 (UTC -05:00)
  • X @ryeflush

Block or report flushwhy

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

hey ya!👋


Itch.io

CodeWars Badges Buy Me a Coffee at ko-fi.com


  • Skills: Python C Lua
  • Learning: C++ Odin Go

About Me:

I am a big fan of adventure, straregy, FPS, puzzle, and factorio type games. I have been writing code since I was 15 years old starting on my eitlebook my aunt got my for christma one year. I started by learning the c programing langauge(I got out in time to save my hair), then then to python to train Deeplearning models, chatbots, and random other things. I have always had a passion for games, and I love to create things for other people to experience. I had a hard time learning Unreal and Unity, so I have been learning odin/Raylib.

I also create game asset packs that you can find on my patreon and the ones I don't compelete normally go on opengameart. I have about has more time in blender has I do writing code.

I have been working on 2d/3d games that are in the space of RTS, Platformers, and topdown shooters(aka Bullet mayhems). I am down to help with anything you can add me on discord @ _flush or email me at the email linked on my github profile.


Tools I use:

NeoVim AStudio VSC VS Studio RPI Arduino git Bash Powershell Windows Ter Brave ArchLinux Windows SUSE devto

Pinned Loading

  1. ESP8266 NodeMCU /w 0.96 OLED display... ESP8266 NodeMCU /w 0.96 OLED display edited scrolling text demo
    1
    #include <Arduino.h>
    2
    #include <Wire.h>
    3
    #include <U8g2lib.h>
    4
    
                  
    5
    // Setup
  2. fe fe Public

    fe is a tool to make gamedev easier

    Go

  3. The simple py script I use to go fro... The simple py script I use to go from wav to ogg audio formats
    1
    import os
    2
    from pydub import AudioSegment
    3
    
                  
    4
    # Get the directory containing the script (and the .wav files)
    5
    wav_dir = os.path.dirname(os.path.abspath(__file__))