Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Assignment1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dsjohns2
Assignment1
Commits
60c102e7
Commit
60c102e7
authored
7 years ago
by
dsjohns2
Browse files
Options
Downloads
Patches
Plain Diff
final
parent
45f4b033
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Controller.java
+2
-0
2 additions, 0 deletions
Controller.java
ControllerTest.java
+2
-0
2 additions, 0 deletions
ControllerTest.java
with
4 additions
and
0 deletions
Controller.java
+
2
−
0
View file @
60c102e7
...
...
@@ -93,6 +93,7 @@ public class Controller extends Applet {
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
my_game
.
initialize_board
();
my_game
.
black_score
+=
1
;
try
{
my_view
.
update_view
(
my_game
);
}
catch
(
IOException
e1
)
{
...
...
@@ -104,6 +105,7 @@ public class Controller extends Applet {
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
my_game
.
initialize_board
();
my_game
.
white_score
+=
1
;
try
{
my_view
.
update_view
(
my_game
);
}
catch
(
IOException
e1
)
{
...
...
This diff is collapsed.
Click to expand it.
ControllerTest.java
+
2
−
0
View file @
60c102e7
...
...
@@ -8,5 +8,7 @@ public class ControllerTest {
@Test
public
void
init
()
{
Controller
control
=
new
Controller
();
control
.
init
();
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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