Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T20:57:43.000Z (about 1 year ago)
- Last Synced: 2024-11-19T15:47:45.701Z (3 months 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: 0
-
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
```
textboxsimple platforming
mouse/key input
sprites
```
```
textboxvisual novel
key input
```
```
textboxdata visualization
mouse/key input
```
```
particle system
```