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