Addded libs for easier deployment
This commit is contained in:
8
ReadMe.md
Normal file
8
ReadMe.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Insert Simulation Name
|
||||
Maybe I will add a description
|
||||
## Start the project
|
||||
```
|
||||
cd project
|
||||
|
||||
cargo run --release
|
||||
```
|
||||
@@ -14,7 +14,7 @@ const BIRD_SPEED:i32 = 2;
|
||||
const MAX_BIRD_SPEED:i32 = 10;
|
||||
const BIRDS_COUNT:i32 = 50;
|
||||
const MIN_BIRD_SIZE:i32 = 20;
|
||||
const MAX_BIRD_SIZE:i32 = 50;
|
||||
const MAX_BIRD_SIZE:i32 = 30;
|
||||
|
||||
pub struct Bird{
|
||||
shape:Rect,
|
||||
|
||||
Reference in New Issue
Block a user