https://github.com/humbertodias/lutro-brawler
Street Fighter Clone Made in Lua
https://github.com/humbertodias/lutro-brawler
love2d lutro retroarch
Last synced: 3 days ago
JSON representation
Street Fighter Clone Made in Lua
- Host: GitHub
- URL: https://github.com/humbertodias/lutro-brawler
- Owner: humbertodias
- Created: 2025-01-20T12:13:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T12:35:40.000Z (5 days ago)
- Last Synced: 2025-04-30T19:58:31.093Z (3 days ago)
- Topics: love2d, lutro, retroarch
- Language: Lua
- Homepage:
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lutro Brawler
A **Street Fighter** clone made in **Lua**, adapted to run on both [Love2D](https://love2d.org) and [Lutro](http://lutro.libretro.com).

Assets [fantasy-warrior](https://luizmelo.itch.io/fantasy-warrior) | [evil-wizard-2](https://luizmelo.itch.io/evil-wizard-2)
## Controls
### Player 1 (P1)
| Action | Key(s) |
|----------|---------|
| Move | W A S D |
| Action 1 | R |
| Action 2 | T |### Player 2 (P2)
| Action | Key(s) |
|----------|-----------------------------|
| Move | Arrow Keys (↑ ↓ ← →) |
| Action 1 | Numpad 1 |
| Action 2 | Numpad 2 |## Running the Game
**With Love2D:**
```shell
make run/love
```**With Lutro:**
```shell
make run/lutro
```If needed, download the **lutro** core:
```shell
make get/lutro-core
```## References
- [ZeroBrane debugging with Love2D](https://notebook.kulchenko.com/zerobrane/love2d-debugging)
- [Street Fighter Style Fighting Game in Python (Pygame)](https://www.youtube.com/watch?v=s5bd9KMSSW4)
- [Lutro Documentation](https://lutro.libretro.com/doc/usefullibs.html)
- [Love2D Documentation](https://love2d.org/wiki/Main_Page)