All Projects → nullobject → rygar-emu

nullobject / rygar-emu

Licence: MIT License
An emulator for the Rygar arcade game

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CMake
9771 projects
GLSL
2045 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to rygar-emu

emuStudio
Universal emulation platform and framework.
Stars: ✭ 28 (+55.56%)
Mutual labels:  emulator, z80
Z80
Highly portable Zilog Z80 CPU emulator written in ANSI C
Stars: ✭ 131 (+627.78%)
Mutual labels:  emulator, z80
pac-man-emulator
🕹 An emulator for the Pac-Man arcade machine (Zilog Z80 CPU) for Win/Mac/*nix and Xbox One.
Stars: ✭ 20 (+11.11%)
Mutual labels:  emulator, z80
Z80Core
A Z80 core written in Java
Stars: ✭ 25 (+38.89%)
Mutual labels:  emulator, z80
z80e
A z80 calculator emulator (and debugger)
Stars: ✭ 65 (+261.11%)
Mutual labels:  emulator, z80
facebook-send-api-emulator
Facebook Messenger Emulator & Facebook Send API Emulator functionality allowing you to test web hooks on developer's machine.
Stars: ✭ 24 (+33.33%)
Mutual labels:  emulator
rusty-boy
Gameboy emulator in Rust
Stars: ✭ 20 (+11.11%)
Mutual labels:  emulator
rc2014-ym2149
KiCad schematics and gerbers for a YM sound card for the RC2014. See it in action here: https://www.youtube.com/watch?v=-iLwi9FagFE
Stars: ✭ 54 (+200%)
Mutual labels:  z80
gameboyGO
Gameboy emulator in go
Stars: ✭ 24 (+33.33%)
Mutual labels:  emulator
Emux
GameBoy emulator written in C#
Stars: ✭ 58 (+222.22%)
Mutual labels:  emulator
chip8
CHIP-8 emulator and (dis)assembler
Stars: ✭ 15 (-16.67%)
Mutual labels:  emulator
CocoaMSX
MSX Emulator for macOS
Stars: ✭ 72 (+300%)
Mutual labels:  emulator
a2audit
Apple II audit routines: for testing your Apple II or emulator
Stars: ✭ 22 (+22.22%)
Mutual labels:  emulator
cloudterm
Cloud Web Terminal Emulator. Opens your terminal to Web.
Stars: ✭ 58 (+222.22%)
Mutual labels:  emulator
FEX
A fast usermode x86 and x86-64 emulator for Arm64
Stars: ✭ 650 (+3511.11%)
Mutual labels:  emulator
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+333.33%)
Mutual labels:  emulator
tac08
tac08 is an an emulation of the runtime part of the Pico-8 fantasy console. It takes a .p8 (text format) pico-8 cart file and runs it as closely posible
Stars: ✭ 144 (+700%)
Mutual labels:  emulator
zx-sizif-512
ZX Spectrum CPLD-based clone for rubber case
Stars: ✭ 92 (+411.11%)
Mutual labels:  z80
kqstats
Get real time statistics from your Killer Queen cabinets!
Stars: ✭ 23 (+27.78%)
Mutual labels:  arcade
emu
cybozu labs youth 7th
Stars: ✭ 50 (+177.78%)
Mutual labels:  emulator

Rygar

This is an emulator for one of my favourite arcade games from the 1980s, Rygar.

Rygar

How to Play

You can run it in your browser.

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].