Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2022assignment3
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
cosc250-2022
2022assignment3
Commits
b579517c
Commit
b579517c
authored
7 years ago
by
Will Billingsley
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:UNEcosc250/2018assignment3
parents
0d0c1322
80c580fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
b579517c
...
...
@@ -40,9 +40,10 @@ of Actors interacting in the sample code. Implemented:
*
A set of Messages that the GameActor can reply with
*
SpinningDuck, a sample tank Actor
But there is still some work for you to do.
But there is still some work for you to do
-- see the tasks below
.
Each Player is an Actor. You'll need to define classes for them,
First, though, a little about the tanks/players.
Each Player is an Actor. To define a new kind of tank AI, you'd need to define classes for them,
and have
`Main`
ask the actor system to create them.
An example,
`SpinningDuck`
is provided. Take a look at it to see how
to work with Actors and sending messages.
...
...
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