Skip to content

An esoteric programming language coded in C# based on the Twitch emote PogChamp.

License

Notifications You must be signed in to change notification settings

Suprnova/PogCode

Repository files navigation

PogCode

CodeFactor License: MIT

A basic programming language written in C#, based on PogChamp and its derivative emotes.

Commands

Emote Command Description
PogChamp Writes to a new line in console.
Pog Pog Writes to the current line in console.
PogChap PogChap Waits for the user to press Enter.
PauseChamp PauseChamp Sleeps.
PogU PogU Creates a variable.
WeirdChamp WeirdChamp Creates a variable with the value provided by the user.
BrainChamp BrainChamp Creates and outputs a math expression.
PogO PogO Creates a breakpoint for the IDE.
Kappa Kappa Acts as a comment line.

Variables

To use a variable in any command, simply encase the name of the variable in {}s.

Example

Kappa this is a comment
Kappa PogChamp writes a new line
PogChamp whats up
Kappa Pog adds to the current line
Pog  I DONT KNOW
Kappa PauseChamp sleeps for a specific amount of time
PauseChamp 1000
Kappa PogU creates a variable of the specified name with the specified value
PogU AYAYA string funny_emote
Kappa WeirdChamp creates a variable of the specified name with a user inputted value
WeirdChamp KappaPride string
Kappa PogChap waits for the user to press Enter.
PogChap
Kappa {}s around a word means its a variable
PogChamp {AYAYA}
Pog {KappaPride}
PogU math1 int 6
PogU math2 float 8.32
Kappa BrainChamp performs math operations
BrainChamp {math1} - {math2}
Kappa PogO is a debugging breakpoint
PogO

About

An esoteric programming language coded in C# based on the Twitch emote PogChamp.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages