Skip to content

Commit

Permalink
added makefile for the playbacks, changed map so there's no deadends,…
Browse files Browse the repository at this point in the history
… removed random avi file
  • Loading branch information
Alexandru Stan committed Jan 12, 2011
1 parent 75e5723 commit 3a3a863
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.pyc
*~
*.gif
*.png
playback/
movie.gif
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
all: playback/movie.gif

playback/frame00001.png:
python engine.py

playback/movie.gif: playback/frame00001.png
convert -loop 0 playback/frame*.png playback/movie.gif
ln -s playback/movie.gif movie.gif

clean:
-rm -Rf playback/*.png
-rm -Rf playback/movie.gif
-rm -Rf movie.gif
Binary file modified four_map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed playback/foo.avi
Binary file not shown.

0 comments on commit 3a3a863

Please sign in to comment.