Skip to content

For-fun CherryPy project of a simple simulation with reactive agents

Notifications You must be signed in to change notification settings

iuliux/Hunting-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunting Game

Intro

Simulation of a grid enviroment where some hunters try to surround the prey and kill it. While the prey moves randomly on the map (only up-right-down-left one cell moves are allowed), the hunters move by a specific heuristic:

  • strongly attracted by prey near them
  • slightly rejected by other hunters near them

The forces (attraction/rejection) are fading quadratically with (Manhattan) distance.

Demo

Hosted on Heroku: http://hunting-game.herokuapp.com/

Tools

About

For-fun CherryPy project of a simple simulation with reactive agents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages