Skip to content

A kind of programming language (it's a beep sequencer by text) made in C#, that can sequence console beeps.

License

Notifications You must be signed in to change notification settings

Thev2Andy/PowerBeep

Repository files navigation

PowerBeep

A kind of programming language (it's a beep sequencer by text) made in C#, that can sequence console beeps.

You can read more in the documentation here.

Features

  • Can be integrated in any program, by calling only one function.
PowerBeep.Interpreter.Interpret(Code);
  • Easy, bash-like syntax.
beep 1
wait 450 // Anything beyond the keyword and value is ignored.
beep

Limitations

  • Not entirely cross-platform. (Doesn't run on web browsers, Android, iOS, tvOS)
  • No conditional checks.
  • Designed as a small-scale language.

Dependencies