Skip to content

mikeakohn/cloudtari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Networked based Atari 2600 emulator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published