@ -1,4 +1,4 @@
[](https://codefirst.iut.uca.fr/alexis.drai/dice_app)
[ ](https://codefirst.iut.uca.fr/alexis.drai/dice_app)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=dice-app)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=dice-app)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=dice-app)
@ -13,67 +13,6 @@
# dice_app: the die throwing app
## To use the app
## About
DiceApp is a scalable project to throw Dices among friends. It's allows you to create difrrent type of Dices and attribute them to a group, also truck players result and store it in thre database.
In DiceApp we can create homogenouce dice with Color,Number or Image faces. The number of faces is choosen by user.

Have a deeper idea on the project architechtur by reading the [the wiki ](https://codefirst.iut.uca.fr/git/alexis.drai/dice_app/wiki )
## Directory & File Structure
```
DiceApp
│
└────── Documentation
│ │
│ └─── doc-images
│ │
│ └─── doxygen
│
└────── Sources
│ │
│ └───── App
│ │ │
│ │ └─── Program.cs
│ │
│ └───── Data
│ │ │
│ │ └─── EF ==> Entity framework (SQLite implemented)
│ │ │ │
│ │ │ └─── (...)
│ │ │
│ │ └─── Stub.cs
│ │
│ └─── Model
│ │ │
│ │ └─── (...)
│ │
│ └─── Tests
│ │ │
│ │ └─── (...)
│ │
│ └─── Utiles
│ │
│ └─── (...)
│
└────── .drone.yml
│
└────── .gitignor
│
└────── .README.md
```
The DiceApp architecture gave the possiblity to add heterogeneous Dice but not implemnted yet.
### Console prototype