Skip to content

Siddharths8212376/Ant-Frenzy

Repository files navigation

Ant-Frenzy


A 2D hyper-casual game for children.

Instructions and Game Procedure


The player has to kill 30 ants in each level.

There is a time bound of 60 seconds for each level.

There is a limit of ant's that can spawn on the screen as well, specified by an ant limit counter on the screen.

Procedure:

if time == 0 and numberOfAntsOnScreen != 0 :

endgame()

else if numberOfAntsOnScreen == LIMIT:

endgame()

else if numberOfAntsKilled == LIMIT and time != 0:

wingame()


Now Available on Play Store!!


About

A 2D hyper-casual game for children.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages