An open API service indexing awesome lists of open source software.

https://github.com/aboqasem/ants-and-bugs

Simple Java Swing simulation game with the application of software engineering principles and design patterns.
https://github.com/aboqasem/ants-and-bugs

2d creatures java-swing simulation

Last synced: 8 months ago
JSON representation

Simple Java Swing simulation game with the application of software engineering principles and design patterns.

Awesome Lists containing this project

README

          

# Ants and Bugs Simulator



## Compile and Run

Navigate via command line to the ants-and-bugs directory, then:

- To compile: `javac -d src/out -sourcepath src src/Driver.java`

- To run: `java -classpath src/out Driver`