diff --git a/README.md b/README.md index 3344f166e620657d780b8dcf1b77c26e1fba12c3..f7b4b17d85a236ff440ce9d4674e2f9d02711471 100644 --- a/README.md +++ b/README.md @@ -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