Skip to content
View tarmo888's full-sized avatar
Developing on Obyte network
Developing on Obyte network

Organizations

@Ajapaik @byteball

Block or report tarmo888

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

Pinned Loading

  1. Wordle2Townscaper Wordle2Townscaper Public

    Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.

    HTML 73 4

  2. bb-convert bb-convert Public

    Currency converter for Obyte (formerly Byteball)

    HTML 3 2

  3. Obytify Obytify Public

    Obytify your social media account with a tool that puts your avatar in the big O.

    HTML 1 1

  4. SlapstickTraps SlapstickTraps Public

    2D rage platformer made in Unreal Engine 5 using only Blueprints.

    1

  5. drone spawning template for The Farm... drone spawning template for The Farmer Was Replaced
    1
    def do_work(y):
    2
    	# example task
    3
    	till()
    4
    
                  
    5
    def drone_template(y):
  6. Number Guessing Game for Commodore 64 Number Guessing Game for Commodore 64
    1
    10 PRINT"PRESS ANY KEY"
    2
    20 GET A$:IF A$="" THEN 20
    3
    30 X=RND(-TI):PRINT"{CLR}"
    4
    40 B=INT(RND(1)*10)+1
    5
    50 PRINT"GUESS 1-10 (Q=QUIT)"