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.
- Host: GitHub
- URL: https://github.com/aboqasem/ants-and-bugs
- Owner: aboqasem
- License: mit
- Created: 2020-09-12T14:03:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T19:13:54.000Z (over 5 years ago)
- Last Synced: 2025-01-29T18:47:13.321Z (over 1 year ago)
- Topics: 2d, creatures, java-swing, simulation
- Language: Java
- Homepage:
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`