Skip to content
View lucasstarsz's full-sized avatar
  • Rochester Institute of Technology

Highlights

  • Pro

Organizations

@fastjengine @PinkGuruGames
Block or Report

Block or report lucasstarsz

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

Pinned

  1. fastjengine/FastJ fastjengine/FastJ Public

    An open-source, Java-based 2D game engine.

    Java 82 22

  2. Compose Compose Public

    A JavaFX-based text editor.

    Java 6 2

  3. stack-attack-fastj stack-attack-fastj Public

    A stacking game made in FastJ.

    Java 2

  4. Slope-ECS Slope-ECS Public

    An Entity Component System written in Java, based on Austin Morlan's C++ ECS.

    Java 14 1

  5. Terminals Access Files Differently Terminals Access Files Differently
    1
    # Terminals Access Files Differently
    2
    
                  
    3
    Some terminals access files differently than others.
    4
    - Powershell generally uses ``.\``
    5
    - Windows CMD generally uses, well, nothing! You can access the file without a prefix (but sometimes you need it, so be on the lookout).