Skip to content
View atlast01's full-sized avatar

Block or report atlast01

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

Hello there

#!/usr/bin/python
# -*- coding: utf-8 -*-


class IndieGameDev:

    def __init__(self):
        self.name = "Nube"
        self.role = "indiegamedev"
        self.language_spoken = ["en_US"]

    def say_hi(self):
        print("Thank you for stopping by. I'm an indie game developer,and I hope you enjoy the games I've created.")


me = indiegamedev()
me.say_hi()

🔧 Technologies & Tools

Programming Languages:

Python HTML5 CSS3 C C++ javascript GML

Tools and Services:

Linja git VSCode github copilot Game Maker Photoshop GML

Pycharm Docker Godot Engine

Pinned Loading

  1. game_Space_Rocks game_Space_Rocks Public

    This game is called Space Rocks. Of course, you probably already know that because it's written right in the title. There’s not much to it besides shooting rocks and scoring points. This is the fir…