Updated readme

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)
-rw-r--r-- README.md 10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
1
# Bidi - Game development framework
1
**Bidi** is a tiny framework/fantasy console for developing small video games for
2
  
2
learning and recreation. It takes heavy inspiration from
3
Bidi is a tiny framework for developing small video games for recreational
3
[LÖVE](https://www.love2d.org/), [Pico8](https://www.lexaloffle.com/pico-8.php)
4
purpose. It takes heavy inspiration from [LÖVE](https://www.love2d.org/),
4
and [Atari 2600](https://en.wikipedia.org/wiki/Atari_2600).
5
[Pico8](https://www.lexaloffle.com/pico-8.php) and
  
6
[Atari 2600](https://en.wikipedia.org/wiki/Atari_2600).
  
7
  
5
  
8
You develop your games in Lua and you are only allowed to have one Lua file
6
You develop your games in Lua and you are only allowed to have one Lua file
9
where all your code lives. You can then load external assets like images and
7
where all your code lives. You can then load external assets like images and
...