Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VyacheArt/flappy-bird-go-lua
Example of integration GopherLua to Flappy Bird on Ebitengine https://www.youtube.com/watch?v=MGCqmARQDrg
https://github.com/VyacheArt/flappy-bird-go-lua
ebiten ebitengine education example go golang gopher-lua gopher-luar lua
Last synced: 3 months ago
JSON representation
Example of integration GopherLua to Flappy Bird on Ebitengine https://www.youtube.com/watch?v=MGCqmARQDrg
- Host: GitHub
- URL: https://github.com/VyacheArt/flappy-bird-go-lua
- Owner: VyacheArt
- License: mit
- Created: 2023-02-18T18:37:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-19T10:34:00.000Z (over 1 year ago)
- Last Synced: 2024-05-18T02:04:11.638Z (6 months ago)
- Topics: ebiten, ebitengine, education, example, go, golang, gopher-lua, gopher-luar, lua
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - flappy-bird-go-lua
README
# Description
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!
# Stack
- [Ebitengine](https://github.com/hajimehoshi/ebiten)
- [GopherLua](https://github.com/yuin/gopher-lua)
- [gopher-luar](https://github.com/layeh/gopher-luar)# Copyright
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.