Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minigdx/tiny

Tiny is a lightweight 2D game engine that allows developers to easily create games using the Lua programming language.
https://github.com/minigdx/tiny

2d game gamedev gamejam kotlin kotlin-js kotlin-jvm lua

Last synced: 2 days ago
JSON representation

Tiny is a lightweight 2D game engine that allows developers to easily create games using the Lua programming language.

Awesome Lists containing this project

README

        

# 🧸 Tiny Game Engine

🧸 Tiny is a lightweight, multiplatform game engine that allows developers to create games using the scripting language Lua. It is designed for creating small, short games, making it ideal for game jams and quick game development.

![Breakout created with Tiny Game Engine](./images/breakout.gif)

## Features

- Multiplatform: Tiny can be used on both desktop and web platforms.
- Scripting with Lua: The engine allows developers to use Lua scripting language to create their games.
- Hot Reload: The engine supports hot reload, making it easy for developers to quickly make changes and see the results immediately.
- Simple and Lightweight: The engine is designed to be simple and lightweight, making it ideal for small and short games.

## Download

- Latest version can be downloaded on [the release page](https://github.com/minigdx/tiny/releases).

## Documentation

The Tiny game engine comes with extensive documentation that covers everything from installing the engine to creating games. The documentation is available on the [GitHub website](https://minigdx.github.io/tiny/).

A presentation about the technologies used behind 🧸 Tiny was also given during the conference [DroidKaigi 2024 @ 東京 Tokyo](https://2024.droidkaigi.jp/en/timetable/683368/). You can check [the slides](https://speakerdeck.com/dwursteisen/crafting-cross-platform-adventures-building-a-game-engine-with-kotlin-multiplatform), or you also [watch the session](https://www.youtube.com/watch?v=4_i_Xp96IMM).

[![Crafting Cross-Platform Adventures: Building a Game Engine with Kotlin Multiplatform @ DroidKaigi 2024 - 東京 Tokyo](tiny-doc/src/docs/asciidoc/sample/droidkaigi-tiny-export.gif)](https://speakerdeck.com/dwursteisen/crafting-cross-platform-adventures-building-a-game-engine-with-kotlin-multiplatform
)

## Games

Want to build a game like those? Read the documentation above ⬆️ and start to build your own!

[![Camping](./tiny-doc/src/docs/asciidoc/sample/camping.gif)](https://dwursteisen.itch.io/trijam-camping)
[![Type It](./tiny-doc/src/docs/asciidoc/sample/level-up.gif)](https://dwursteisen.itch.io/trijam-220-type-it)
[![Memory Pong](./tiny-doc/src/docs/asciidoc/sample/memory.gif)](https://dwursteisen.itch.io/memory-pong-trijam-251)
[![One Light For Three Seconds](./tiny-doc/src/docs/asciidoc/sample/only_three_seconds.gif)](https://dwursteisen.itch.io/one-light-for-three-seconds)
[![Connect Me](./tiny-doc/src/docs/asciidoc/sample/connect_me.gif)](https://dwursteisen.itch.io/connect-me)
[![Meiro De Maigo 2](./tiny-doc/src/docs/asciidoc/sample/meiro_de_maigo2.gif)](https://dwursteisen.itch.io/meiro-de)
[![Freezming](./tiny-doc/src/docs/asciidoc/sample/freezming.gif)](https://dwursteisen.itch.io/freezming)
[![Gravity Balls](./tiny-doc/src/docs/asciidoc/sample/gravity-balls.gif)](https://dwursteisen.itch.io/gravity-balls)

## Community

Tiny has a growing community of developers who use the engine to create games. You can join the community on social media platforms like Twitter, itch.io and Reddit.

## License

The Tiny game engine is open source software, released under the MIT license. You can use it for both commercial and non-commercial projects.