Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullobject/rygar-emu
An emulator for the Rygar arcade game
https://github.com/nullobject/rygar-emu
arcade emulator game z80
Last synced: 17 days ago
JSON representation
An emulator for the Rygar arcade game
- Host: GitHub
- URL: https://github.com/nullobject/rygar-emu
- Owner: nullobject
- License: mit
- Created: 2019-06-02T05:58:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T22:03:47.000Z (6 months ago)
- Last Synced: 2024-11-25T16:25:10.323Z (28 days ago)
- Topics: arcade, emulator, game, z80
- Language: C
- Homepage: https://rygar.joshbassett.info/
- Size: 979 KB
- Stars: 22
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rygar
This is an emulator for one of my favourite arcade games from the 1980s, Rygar.
## How to Play
You can [run it in your browser](https://rygar.joshbassett.info).
- UP/DOWN/LEFT/RIGHT: move
- Z: attack
- X: jump
- 5: insert coin
- 1: start## How to Build
```
$ sudo apt install python build-essential cmake cmake-curses-gui libasound2-dev libgl1-mesa-dev xorg-dev
$ mkdir workspace && cd workspace
$ git clone [email protected]:nullobject/rygar.git && cd rygar
$ ./fips build
$ ./fips run rygar
```