Skip to content

Luncenok/JavaAntsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant Simulator

Author

Mateusz Idziejczak 155842

Description

Map

map.png

  • Map looks like this and vertex positions are always the same just for map to look cool. (manually created and connected)
  • Each vertex has id in format xy where x is column and y is row between 0 and 9 in world.
  • The map does not contain any ants at the beginning. You can add them using separate window.
  • All the information needed is presented on the map.

Vertex (Place)

vertex.png

  • Number below is id of vertex.
  • Number on the right is amount of larvae in this place. (random between 0 and 3)
  • The thing on top is ant. It's color depends on ant's team.
  • Number above ant is amount of food that ant is carrying.
  • The color of vertex depends on type of place:
    • green - Leaf 20% chance
    • gray - Stone 20% chance
    • blue - Blue anthill
    • red - Red anthill
    • black - Normal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages