Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```