dancing_droids/README.md

27 lines
705 B
Markdown
Raw Normal View History

2020-11-08 13:55:53 +01:00
# DancingDroids v0.3.1
When droids dance togethers
2020-11-08 14:07:02 +01:00
## Description
2020-11-08 14:56:20 +01:00
DancingDroids is a programm that looks like a game played by your computer alone
The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map.
2020-11-08 14:07:02 +01:00
2020-11-08 14:58:02 +01:00
The size of the grid, robot's positions and their move are prconfigured in a file that has to be correctly formated
2020-11-08 13:55:53 +01:00
## Flags
2020-11-08 14:34:38 +01:00
```
-h, --help Prints help information
-V, --version Prints version information
-w, --random-world Generate random world
2020-11-08 14:40:52 +01:00
-f, --file <file> Configuration file
2020-11-08 14:34:38 +01:00
```
2020-11-08 13:55:53 +01:00
## Authors
2020-11-08 13:59:22 +01:00
- Martin HART
- Volodymyr PATUTA
- Stephane Elias BENABDESLAM
2020-11-08 14:07:02 +01:00
## Disclaimer