Skip to content

Instantly share code, notes, and snippets.

@youngnh
youngnh / Display.java
Created April 7, 2011 02:46 — forked from anonymous/Display.java
Main.java
// This class does something with the board. I don't completely understand it, our teacher wrote it
package ui;
import centipede.Main;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.JFrame;
import javax.swing.JTextArea;
-- file: QuickPiet.hs
-- An implementation of QuickPiet by Ben Lee
-- based on the Piet language by ???
-- I haven't tested this code, but if you'd like to, then the following will get you on your way:
-- $ ghc --make QuickPiet.hs
-- $ ./QuickPiet filename
-- where filename is some script file you want to run
-- Good Luck!