https://github.com/thelowsunoverthemoon/turnip
Batch Script Game Engine with Real Graphics, Mouse/Keyboard Input, and Audio, without External Exes
https://github.com/thelowsunoverthemoon/turnip
audio batch batch-games batch-script engine game-engine graphics image keyboard mouse-input sprite
Last synced: 5 months ago
JSON representation
Batch Script Game Engine with Real Graphics, Mouse/Keyboard Input, and Audio, without External Exes
- Host: GitHub
- URL: https://github.com/thelowsunoverthemoon/turnip
- Owner: thelowsunoverthemoon
- License: mit
- Created: 2022-06-26T22:35:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T20:57:43.000Z (over 2 years ago)
- Last Synced: 2025-01-20T18:30:41.526Z (over 1 year ago)
- Topics: audio, batch, batch-games, batch-script, engine, game-engine, graphics, image, keyboard, mouse-input, sprite
- Language: Batchfile
- Homepage:
- Size: 18.1 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](doc/README.md) and look at the examples [here](ex)!
## Showcase

```
textbox
simple platforming
mouse/key input
sprites
```

```
textbox
visual novel
key input
```

```
textbox
data visualization
mouse/key input
```

```
particle system
```