Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mte90/linuxday-rieti-2022-gba-demo
- Owner: Mte90
- Created: 2022-08-01T15:42:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T09:00:16.000Z (6 months ago)
- Last Synced: 2024-10-09T04:41:18.753Z (3 months ago)
- Topics: gameboyadvance, lua
- Language: Lua
- Homepage:
- Size: 690 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```