diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,8 +1,9 @@ | |||
| 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 |
