aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a9b00ca..e2bf699 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
1# Bidi - Game development framework 1# Bidi - Game development framework
2 2
3Bidi is a tiny framework for developing small video games for recreational 3Bidi is a tiny framework for developing small video games for recreational
4purpose. It takes heavy inspiration from [LÖVE](https://www.love2d.org/) and 4purpose. 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
7You develop your games in Lua and you are only allowed to have one Lua file 8You develop your games in Lua and you are only allowed to have one Lua file
8where all your code lives. You can then load external assets like images and 9where all your code lives. You can then load external assets like images and