Skip to content
View GiwbyAlbatross's full-sized avatar
  • Naarm, Australia

Block or report GiwbyAlbatross

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
GiwbyAlbatross/README.md

Hello, I'm Giwby Albatross

I'm a filmmaker and (game) developer. I mostly write python, but I can work in java as well (mostly with swing GUIs). HTML/CSS/JS is not entirely foreign to me, but it's not what I mostly write.

I can be contacted at [email protected] .



I acknowledge the traditional owners of the land on which I live and write code, the Boonwurrung people of the Kulin Nation and respect the elders past, present and emerging.

To those who are not aware of the Acknowledgement of Country, it is a way to acknowledge that I live on what is effectively stolen land, and to pay repects to the original owners of the land.

Pinned Loading

  1. aami-crunching-game aami-crunching-game Public

    This is a silly, obscure, game that I made.

    Shell 1

  2. GooseChat GooseChat Public

    My best attempt at a web-based chat service…

    Python 1

  3. paint.py - a pygame-based, minimalis... paint.py - a pygame-based, minimalist, alternative to Microsoft Paint
    1
    import os
    2
    import time
    3
    import pygame
    4
    from pygame.locals import *
    5
    
                  
  4. multiplayer-avocado multiplayer-avocado Public

    A simple (kinda broken) multiplayer system that uses pygame.

    Python