We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8856c commit 550f267Copy full SHA for 550f267
.gitignore
@@ -1,4 +1,5 @@
1
Debug/
2
+Release/
3
*.lock
4
bin/
5
obj/
ball_in_a_maze/Game/TheGame.cs
@@ -55,6 +55,13 @@ public TheGame()
55
Worker.RunWorkerAsync();
56
}
57
58
+ public void ResetGame()
59
+ {
60
+ // TODO: reset ball position
61
+
62
+ // TODO: evtl kalibrieren
63
+ }
64
65
private void OnWorkerDoWork(object sender, DoWorkEventArgs e)
66
{
67
while (true)
0 commit comments