app icon

Potato Arcade

Developer
SteveOC
About

Model P-64 Programmable Graphics Console

Introducing the Potato-64 emulator, written in 100% pure Go

But like shooting black and white film in the digital age, these extremely limited constraints really force you to open up your creative side. To use the machine to tell a story.

You can write complete, and compelling games in an lunch break …. but only if you think creatively, and code around the limitations of the hardware. Getting your code to work well needs to you to think about the code from the machine’s point of view.

Its literally BASIC, so its easy to get started with and easy to learn. But deceptively hard to master.

Like a photographer armed with an old film camera, you have the same challenge of creating something compelling that jumps off the page. Its about the image, not the equipment.

Can YOU think up an addictive game that fits within the limitations of the hardware ?

app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/fyne/v2/cmd/fyne@latest fyne get github.com/potato-arcade/p64/cmd/potato64
Or you can download the code directly from git:
git clone https://github.com/potato-arcade/p64.git