summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-08 03:16:35 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-08 03:16:35 +0200
commit4d74dd1cfc45068199639dd04cc4090e86dac8bd (patch)
tree4d4272bc6de28b05cc8b98c880753b2353dadcda /README.md
parent976e810d7d3eaa9e6c0a7b0d865ea6cb2e94e02a (diff)
downloadbidi-4d74dd1cfc45068199639dd04cc4090e86dac8bd.tar.gz
Updated readme
Diffstat (limited to 'README.md')
-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 @@
# 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