Skip to content

PhiNotPi/BF2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BF2D

Brute-forcing 2D BF programs

The main method is located in Grid.java and is currently set to output the validation run for the original PPCG challenge.

This is a simple brute-forcer:

  1. Generate a list of valid BF programs. (note: in 2D BF there aren't really any optimizations we can do here)
  2. In roughly shortest-first order, iterate through all unique pairs of programs.
  3. See if they pass all testcases.

About

Brute-forcing 2D BF programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages