Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Phil Burton
Ml
Commits
02455892
Commit
02455892
authored
3 years ago
by
FBeans
Browse files
Options
Download
Patches
Plain Diff
Add world, boid and all collision detection
parent
5832634b
main
No related merge requests found
Pipeline
#279
failed with stages
in 0 seconds
Changes
14
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
.gitignore
+1
-0
.gitignore
composer.json
+23
-0
composer.json
composer.lock
+2117
-0
composer.lock
phpunit.xml
+7
-0
phpunit.xml
scripts/run.php
+7
-0
scripts/run.php
src/Collision/Collision.php
+141
-0
src/Collision/Collision.php
src/Main.php
+22
-0
src/Main.php
src/World/Boid.php
+76
-0
src/World/Boid.php
src/World/World.php
+57
-0
src/World/World.php
src/bootstrap.php
+3
-0
src/bootstrap.php
tests/Collision/CollisionTest.php
+364
-0
tests/Collision/CollisionTest.php
tests/World/BoidTest.php
+45
-0
tests/World/BoidTest.php
tests/World/WorldTest.php
+25
-0
tests/World/WorldTest.php
tests/bootstrap.php
+3
-0
tests/bootstrap.php
with
2891 additions
and
0 deletions
+2891
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets