Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OnePixel

logo

About

OnePixel - brainfuck interpreter where instead of text, pictures are one pixel high

All functions are the same as in the original brainfuck (only there are no loops)

OnePixel have 1024 memory cells 0 each

'* = 0-255'

Functions(RGBA)

+ = {43,*,*,255}
- = {45,*,*,255}
< = {60,*,*,255}
> = {62,*,*,255}
. = {46,*,*,255}
, = {44,*,*,255}

Example

Hello World! => a

Rules:

  • The image file must be .png only
  • Input must be number only

Need to download

  • python3 and pip
  • PIL/pillow python lib
  • termcolor python lib

How to run

python3 onepixel.py [yourfile.png]

About

BrainFuck image version

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages