Skip to content

DerrickGold/BrainFuck-2600

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BrainFuck-2600

A simple Brainfuck interpreter for the Atari 2600

Hello World Example

Demo: http://8bitworkshop.com/?sharekey=57d54f6a84d6e5df12dd0230f60c760a

About

Using the Tiny Text example at http://8bitworkshop.com, I have implemented a simple and slow Brainfuck interpreter. Currently, it does not support any form of input. Oh, and the text output is kinda wonky in that it supports only capital letters and utilizes '[' (ascii 91) for spaces.

Here is the Brainfuck script used:

 ++++++++++[>+++++++>+++++++++<<-]>++.---.+++++++..+++.>+.<++++++++.--------.+++.------.--------.>+.

About

A simple Brainfuck interpreter for the Atari 2600

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published