Updated readme

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-08 03:16:35 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-08 03:16:35 +0200
Commit 4d74dd1cfc45068199639dd04cc4090e86dac8bd (patch)
-rw-r--r-- README.md 5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
1
# Bidi - Game development framework
1
# Bidi - Game development framework
2
  
2
  
3
Bidi is a tiny framework for developing small video games for recreational
3
Bidi is a tiny framework for developing small video games for recreational
4
purpose. It takes heavy inspiration from [LÖVE](https://www.love2d.org/) and
4
purpose. It takes heavy inspiration from [LÖVE](https://www.love2d.org/),
5
[Pico8](https://www.lexaloffle.com/pico-8.php).
5
[Pico8](https://www.lexaloffle.com/pico-8.php) and
  
6
[Atari 2600](https://en.wikipedia.org/wiki/Atari_2600).
6
  
7
  
7
You develop your games in Lua and you are only allowed to have one Lua file
8
You develop your games in Lua and you are only allowed to have one Lua file
8
where all your code lives. You can then load external assets like images and
9
where all your code lives. You can then load external assets like images and
...