diff --git a/README.md b/README.md index a9b00ca4f43e07748724e2131ffd1a5a639aa314..e2bf699e56bd6b0fd9a7321fd4fb60d4e6f61100 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 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/) and -[Pico8](https://www.lexaloffle.com/pico-8.php). +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). 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