[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is an Ant Simulation for my CSC451: OOP in Java class.

Notifications You must be signed in to change notification settings

Ubuntufanboy/Ant-Simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant Simulation

Version 0.1

  • Draws Ant(s) to screen
  • Ants move in random directions

Version 0.2

  • Create Food and Base (anthill)
  • Added interactivity of Ants to the aforementioned

Version 0.3

  • Fixed detection for Ants within Base and Food
  • New Food spawns after previous one is depleted
  • Added Food and Base Counters
  • Ants teleport to the other side of the screen if it goes out of bounds (Infinite Ground Effect)

Version 1.0

  • Added a life cycle
  • Food now regenerates based on a set timer
  • Population counter is found at the top-left of the screen

Version 1.1

  • Fixed Food spawning out of bounds

Version 1.2

  • Fixed Ants generating Food when no Food is present
  • Ants with Food return to Base

About

This is an Ant Simulation for my CSC451: OOP in Java class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 100.0%