Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MCTIG
Viralitet
Commits
b9479e84
Commit
b9479e84
authored
Dec 06, 2019
by
Daniel Graungaard
Browse files
Fixed bug in placement in bottom halfs
parent
349b893e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Viralitet.nlogo
View file @
b9479e84
...
...
@@ -61,9 +61,9 @@ to setup
setxy (-1 - random half-of-worlds-width) (random half-of-worlds-height + 1)
] start = "TOP RIGHT" [
setxy (random half-of-worlds-width + 1) (random half-of-worlds-height + 1)
] start = "BOTTOM RIGHT" [
setxy (-1 - random half-of-worlds-width) (-1 - random half-of-worlds-height)
] start = "BOTTOM LEFT" [
setxy (-1 - random half-of-worlds-width) (-1 - random half-of-worlds-height)
] start = "BOTTOM RIGHT" [
setxy (random half-of-worlds-width + 1) (-1 - random half-of-worlds-height)
])
...
...
@@ -107,7 +107,7 @@ to go
ask videos [
move
set energi energi -
0.5
set energi energi -
1
; This is the core of the ssubject matter. The algorithm below !SHOULD! be finalized with teachers!
let deltas (list (utrolige-evner-præference - utrolige-evner) (empati-præference - emotionelt) (nuttethed-præference - nuttethed) (humor-præference - humor))
...
...
@@ -205,7 +205,7 @@ CHOOSER
start
start
"TOP RIGHT" "TOP LEFT" "BOTTOM RIGHT" "BOTTOM LEFT"
1
2
BUTTON
117
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment