Skip to content
View xNoerPlaysCodes's full-sized avatar
:atom:
game engine
:atom:
game engine

Block or report xNoerPlaysCodes

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
xNoerPlaysCodes/README.md
#include <python>
#include <c++>
import net.noerlol.experiences.programming.programminglanguages.Java;

int python() {
  experience: float = 8 months;
  libs: list[str] = ["discord"];
}

int cpp() {
  float experience = 1 year;
  std::string libs[] = {"(very low) OpenGL", "GLFW", "(very low) OpenAL", "GLEW", "(very low) GLU", "Raylib"};
}

public static void main(String[] args) {
  double experience = 7 months;
  String[] libs = new String[1];
  libs[0] = "Paper, Spigot Plugins"
}

discord: noerlol#0000

Pinned Loading

  1. anvilruntime anvilruntime Public

    a runtime for a game engine im working on

    C