Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 666 Bytes

Cloudtari

This is an Atari 2600 emulator that can stream the video over a network, currently using VNC or alternately as a stream of GIFs to a web browser.

Using some PHP and Python code on a webserver, it can be set up using Kubernetes so a web browser can pick a ROM to play and the game will be launched on a node in the Kubernetes cluster and be playable in the browser.

For more information including a video:

https://www.mikekohn.net/software/cloudtari.php

Building

To build with SDL (requires libsdl2 installed) type:

sudo apt install libsdl2-dev
make

To build without SDL (needed for Docker / Kubernetes):

make nosdl