jay-to-the-dee / software-engineering

Software engineering ant game git repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Software engineering ant game git repo


Languages

Language:Java 100.0%Language:Shell 0.0%