David-Durst / ICFP-Evolution

An extension of https://github.com/schani/icfp-2004. Sorry, I screwed up the git. I should have forked. Meh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the evolution extension, build the same way as below. Then go into estrat. Then execute

    ./mutrun.sh basic_1 basic_2 &> evolutionlog

The output will be piped evolutionlog. Just kill with CTRL-C when you are sick of evolution.

This is the old stuff that I didn't write. It still works.
Building requires OCaml and SDL.

Build with

	./make.sh

Run with

	./run2.sh data/sample2.world submission/solution-1.ant submission/solution-2.ant

In the visualizer, make the window as large as possible, press "End",
then "2", then "Space".  Other things you can do in the visualizer:

       Left/right/middle mouse button	zooming/panning
       Numpad +/-		 	zooming
       Numpad /				small grid
       Numpad *				large grid

       Cursor keys			scrolling
       Home				center view
       End				fit view

       Numpad digits			toggle visialization mask

       q/a				step forward/back
       w/s				round forward/back
       e/d				10 rounds forward/back
       r/f				100 rounds forward/back
       t/g				1000 rounds forward/back
       y/h				10000 rounds forward back

       Space				toggle animation
       1				stop animation
       2				slow animation
       3				fast animation
       4				faster animation

       Esc				quit

About

An extension of https://github.com/schani/icfp-2004. Sorry, I screwed up the git. I should have forked. Meh.


Languages

Language:OCaml 46.2%Language:C 45.3%Language:Common Lisp 4.7%Language:C++ 1.4%Language:Perl 1.0%Language:Shell 0.7%Language:Python 0.4%Language:JavaScript 0.1%Language:Awk 0.0%