SDL-based native version of the Shrooms Virtual Boy emulator
Go to file
Simon Gellis 8ec65dc6ae First commit 2024-10-15 00:24:13 -04:00
.gitignore First commit 2024-10-15 00:24:13 -04:00
.gitmodules First commit 2024-10-15 00:24:13 -04:00
README.md First commit 2024-10-15 00:24:13 -04:00
cli.c First commit 2024-10-15 00:24:13 -04:00
cli.h First commit 2024-10-15 00:24:13 -04:00
game.c First commit 2024-10-15 00:24:13 -04:00
game.h First commit 2024-10-15 00:24:13 -04:00
main.c First commit 2024-10-15 00:24:13 -04:00
makefile First commit 2024-10-15 00:24:13 -04:00

README.md

Shrooms VB (native)

An SDL-based implementation of shrooms-vb.

Setup

Install the following dependencies:

  • gcc (or MinGW on Windows) (or whatever, just set CC)
  • pkg-config
  • sdl2

Run

make build