Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.