Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 602 Bytes

software-engineering

This was a university project in which we worked in a small group together to produce an ant simulation game. All the files needed to run the game are contained here, as well as the Java source code. All the code sharing was done on GitHub and so you can see all the commit history here too.

###To run from JAR without Apache ant

  • On *nix (Linux/ OS X etc.) run "./run.sh"
  • On Windows run "run.bat"

###To run from source with Apache ant

  • Just type "ant run" in the root folder

###To edit the source

  • Clone in NetBeans using the Git URL