Added links to readme file
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 05:15:57 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 05:15:57 +0200 |
| Commit | 952deddfa41f97495dbb9ad4f1e8ecd610a7d438 (patch) |
|
-rw-r--r-- |
README.md | 3 |
1 files changed, 2 insertions, 1 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 and Pico8. |
4 | purpose. It takes heavy inspiration from [LÖVE](https://www.love2d.org/) and |
| 5 | [Pico8](https://www.lexaloffle.com/pico-8.php). |
||
| 5 | 6 | ||
| 6 | You develop your games in Lua and you are only allowed to have one Lua file |
7 | You develop your games in Lua and you are only allowed to have one Lua file |
| 7 | where all your code lives. You can then load external assets like images and |
8 | where all your code lives. You can then load external assets like images and |
| ... | |||