Python Forum
Arc_AntsHunt: Game Developed In Python Arcade - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Arc_AntsHunt: Game Developed In Python Arcade (/thread-33424.html)



Arc_AntsHunt: Game Developed In Python Arcade - adt - Apr-24-2021

Link to github page listing this repository along with other ones:
Arc_AntsHunt

This game, developed in python arcade, demonstrates intelligent
activities by a group of ants.

In idle state, there are 8 ants (4 big & 4 small), moving about in the nest.

Whenever any fresh spider appears on the screen, a pair of big ants (out of available idle ones) lock onto it. They rush outward, capture the spider and drag it to Spider Prison, before returning to ants nest.

Whenever any fresh leaf appears on the screen, a pair of small ants (out of available idle ones) lock onto it. They rush outward, collect the leaf and drag it to Leaf Store, before returning to ant's nest.

Left click of mouse spawns a fresh animated spider while right click creates a new leaf floating downward in oscillating pattern.

Note:
To be effective, the mouse click should not be too close to ants nest.


RE: Arc_AntsHunt: Game Developed In Python Arcade - joe_momma - Apr-24-2021

sounds interesting but:
Quote:adt28 doesn’t have any public repositories yet.
fallowing your link Wall


RE: Arc_AntsHunt: Game Developed In Python Arcade - adt - Apr-24-2021

(Apr-24-2021, 04:04 PM)joe_momma Wrote: sounds interesting but:
Quote:adt28 doesn’t have any public repositories yet.
fallowing your link Wall

Thanks for kindly pointing out. The status of all my repositories has now been changed to "Public".