This is a simple example of integrating Lua "mods" into the Flappy Bird game.
This example is created for the YouTube video.
my-mod.lua
displays the DVD-like floating logo "VyacheArt". It's just an example, so it doesn't have API, conventions
or anything else which could be called "final". So feel free to make a final solution in your project.
Hope my work will help you!
The game code is taken from https://github.com/hajimehoshi/ebiten/tree/2.4/examples/flappy.
So all rights for main.go
is reserved by The Ebiten Authors.