view code/submission.sh @ 75:6df7f6372d29

Small tweak to dotScanner lambda man AI to ignore power pellets when it would be wasteful to eat them
author Michael Pavone <pavone@retrodev.com>
date Mon, 28 Jul 2014 02:12:10 -0700
parents c68c03a0e072
children 3e5de539a676
line wrap: on
line source

#!/bin/sh

# To be run from the code subfolder.

#Compiles the lambdaman.gcc program and places it in the solution folder
mkdir -p ../solution
./lmc dotScanner.lm > ../solution/lambdaman.gcc

#Prepares a tar file for submission.
tar -cvzf ../../submission.tar.gz --exclude-vcs ../../icfp2014

#Prints the sha1 hash of the tar to standard out.
sha1sum ../../submission.tar.gz