Skip to content

Commit 550f267

Browse files
author
Nico
committed
added requested method (empty) --> "ResetGame" in TheGame.cs
1 parent 4a8856c commit 550f267

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Debug/
2+
Release/
23
*.lock
34
bin/
45
obj/

ball_in_a_maze/Game/TheGame.cs

+7
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ public TheGame()
5555
Worker.RunWorkerAsync();
5656
}
5757

58+
public void ResetGame()
59+
{
60+
// TODO: reset ball position
61+
62+
// TODO: evtl kalibrieren
63+
}
64+
5865
private void OnWorkerDoWork(object sender, DoWorkEventArgs e)
5966
{
6067
while (true)

0 commit comments

Comments
 (0)