https://github.com/namelessvoid/piranhas
:fish: A simulation game in which piranhas driven by different AI implementations compete against each other and try to survive by eating foot or other piranhas.
https://github.com/namelessvoid/piranhas
Last synced: 9 months ago
JSON representation
:fish: A simulation game in which piranhas driven by different AI implementations compete against each other and try to survive by eating foot or other piranhas.
- Host: GitHub
- URL: https://github.com/namelessvoid/piranhas
- Owner: namelessvoid
- Created: 2014-01-14T19:36:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T13:03:16.000Z (over 10 years ago)
- Last Synced: 2025-05-13T14:52:07.238Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.8 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
piranhas
========
A simulation game in which piranhas driven by different AI implementations compete against each other and try to survive by eating foot or other piranhas.
Piranhas was a project of 5 students that was done as part of a programming class at the University of Applied Scieneces Augsburg.
Concept
-------
Piranhas live in a rectangular sea which is devided into equal-sized squares. Each piranha can use a different AI implementation to think about his moves. To survive he has to find food (feet of careless swimmers or other piranhas)
otherwise he would starve to death.
Piranhas has a client-server architecture which allows different clients driven by different AI-bots to compete on one server.