Skip to content

notjulie/Tempest

Repository files navigation

Tempest

Project for emulating Tempest video game

This project consists of a core engine that implements an emulator of the 1980 Atari Tempest arcade game and an assortment of ports of it to select platforms. The core consists of:

The initial implementation was a VisualStudio project using WPF to generate the vector graphics; this is found here:

From there I put together a port for my old Tempest cabinet, which used a RaspberryPi as the main processor and an STM32F4 Discovery board handling the sound and control panel inputs... those projects are:

And then there's an iOS port:

Additionally, there is a work-in-progress Asteroids emulator (with a corresponding WPF front end in the DotNet project) at