diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-09 03:13:21 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-09 03:13:21 +0200 |
| commit | fc514a440b0cdc72702ab1f732ade2337d4de651 (patch) | |
| tree | 7e48488042349cd3af5f538075983d2cea76792f | |
| parent | 33ae360c0bba5ce92f6e0a15f308d577f6e9103f (diff) | |
| download | bidi-fc514a440b0cdc72702ab1f732ade2337d4de651.tar.gz | |
Updated readme
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,9 +1,7 @@ -# Bidi - Game development framework - -Bidi is a tiny framework for developing small video games for recreational -purpose. It takes heavy inspiration from [LÖVE](https://www.love2d.org/), -[Pico8](https://www.lexaloffle.com/pico-8.php) and -[Atari 2600](https://en.wikipedia.org/wiki/Atari_2600). +**Bidi** is a tiny framework/fantasy console for developing small video games for +learning and recreation. It takes heavy inspiration from +[LÖVE](https://www.love2d.org/), [Pico8](https://www.lexaloffle.com/pico-8.php) +and [Atari 2600](https://en.wikipedia.org/wiki/Atari_2600). You develop your games in Lua and you are only allowed to have one Lua file where all your code lives. You can then load external assets like images and |
