https://github.com/erykmika/antsanddragons
A simple C++ app that simulates a board with preys and predators.
https://github.com/erykmika/antsanddragons
college-project cpp simulation visual-studio
Last synced: 10 days ago
JSON representation
A simple C++ app that simulates a board with preys and predators.
- Host: GitHub
- URL: https://github.com/erykmika/antsanddragons
- Owner: erykmika
- Created: 2022-05-14T20:49:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T09:04:40.000Z (about 3 years ago)
- Last Synced: 2025-01-13T10:49:57.138Z (over 1 year ago)
- Topics: college-project, cpp, simulation, visual-studio
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AntsAndDragons
A simple simulation of a board with ants and dragons that move on it. The ants seek food and they omit the dragons while the dragons hunt for the ants.
The creatures inform each other about food/hazards that they see. The first version of the project was done for "Programowanie obiektowe" (Object-oriented programming) classes.