Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom Pillot
Thymio Game
Commits
4f6d2478
Commit
4f6d2478
authored
Jul 03, 2020
by
Tom Pillot
Browse files
Add images
parent
c6cd5cd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
game/scoreboard.py
View file @
4f6d2478
...
...
@@ -168,13 +168,11 @@ class ScoreWindow(ScoreWindowUi):
def
send_join_broadcast
(
self
):
""" Send a message to all Thymios so they can join the activity """
self
.
socket
.
sendto
(
"join"
.
encode
(),
self
.
socket_dest
)
print
(
"join"
)
self
.
send_timer
.
start
(
self
.
SEND_TIME
)
def
send_start_broadcast
(
self
):
""" Send a message to all Thymios to run at the same time """
self
.
socket
.
sendto
(
"start"
.
encode
(),
self
.
socket_dest
)
print
(
"start"
)
self
.
send_timer
.
start
(
self
.
SEND_TIME
)
...
...
images/scoreboard2.png
0 → 100644
View file @
4f6d2478
381 KB
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