# Bidi - Game development framework Bidi is a tiny framework for developing small video games for recreational purpose. It takes heavy inspiration from LÖVE and Pico8. 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 sounds. ## Libraries - https://github.com/rxi/microtar - https://github.com/lua/lua - https://github.com/raysan5/raylib ## Inspiration & Materials - https://www.love2d.org/wiki/Main_Page - https://www.lexaloffle.com/dl/docs/pico-8_manual.html - https://home.cs.colorado.edu/~main/bgi/doc/