tcmitchell / karel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Karel, an robot interpreter.  It is based on the book "Karel
the Robot", by Richard E. Pattis.

See the INSTALL file for instructions on building and installing this
program.

Building this software will yield the following files and executables:

  karelg       A GTK based Karel interpreter GUI
  karelc       A curses based Karel interpreter GUI
  libkarel.a   The karel interpreter/machine core
  karel.h      Header file for libkarel.a for building your own GUIs


To try out Karel, execute the following:

prompt$ curses/karelc samples/maze.k

or, if you have gtk:

prompt$ gtk/karelg samples/maze.k

About

License:GNU General Public License v3.0


Languages

Language:C 84.2%Language:Makefile 6.6%Language:Yacc 4.7%Language:HTML 2.7%Language:M4 1.7%Language:Shell 0.1%