An open API service indexing awesome lists of open source software.

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.

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.