Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.21 KB

File metadata and controls

74 lines (48 loc) · 1.21 KB

Batch Game Engine with Real Graphics, Mouse/Keyboard Input, and Audio, without External Exes

Features

  • Simple to include, just copy & paste!
  • Supports images, sprites, shapes, text
  • Supports keyboard and mouse input, including hover, dehover, and click
  • Supports audio and related functions
  • No external exes, contained within a single batch file
  • Ideal Uses : simple simulations, non input-driven games, GUI, ect
  • Works out-of-the-box with Windows 7 (with IE 9+ installed) and up

Drawbacks

  • Hard to debug
  • Not beginner friendly
  • Uses Batch

Getting Started

Visit the documentation here and look at the examples here!

Showcase

textbox

simple platforming

mouse/key input

sprites

textbox

visual novel

key input

textbox

data visualization

mouse/key input

particle system