Skip to content

asya-bergal/Zork-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dependencies: GraphViz

The easiest way to add to the map in realtime is to set up a script that listens for modifications to map.dot, then automatically regenerates the image. To do so in Bash:

  • Download sleep_until_modified.sh from here
  • In Bash, run while sleep_until_modified.sh map.dot; do dot map.dot -Tpng -o map.png; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published