Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mte90/linuxday-rieti-2022-gba-demo

A LUA demo rom for presentation at Linux Day Rieti 2022
https://github.com/mte90/linuxday-rieti-2022-gba-demo

gameboyadvance lua

Last synced: about 2 months ago
JSON representation

A LUA demo rom for presentation at Linux Day Rieti 2022

Awesome Lists containing this project

README

        

# LinuxDay Rieti 2022 Gameboy Advance Demo Rom

Based on template for games using https://github.com/evanbowman/BPCore-Engine.

![screenshot](https://raw.githubusercontent.com/Mte90/LinuxDay-Rieti-2022-GBA-Demo/master/screenshot.png)

## TODO

* Migrate tile to sprite for animation
* Nice music?

## Requirements

* Lua 5.3
* imagemagick
* mgba-qt
* Download from https://github.com/evanbowman/BPCore-Engine
* build/build.lua (put in the root folder)
* https://github.com/evanbowman/BPCore-Engine/releases the latest gba rom and put in the root folder

## How to run

```
./build.sh
```