mralext20 / pyboy-networking

a simple flask app that can be used to control a gameboy emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyBoy Networking

This is a simple flask app depending on PyBoy.

Usage

place your rom of choice in the same directory as the app, and set the ROM_NAME enviroment Variable to set the name of the rom in the rom folder.

Docker

images are published to hub.docker.com/mralext20/pyboy-networking.

use these images with somthing like docker run -it -e ROM_NAME="tetris.gb" -v $(pwd)/rom:/app/rom --net=host mralext20/pyboy-networking

About

a simple flask app that can be used to control a gameboy emulator

License:MIT License


Languages

Language:Python 60.3%Language:HTML 31.3%Language:Dockerfile 4.4%Language:JavaScript 3.1%Language:Shell 0.9%