Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
TheRanger
Posts
Comments
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
yes, its an abstract method so u are forced to override it
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
yeah
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
those are just 6 errors not 100
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
yeah its asking you to override the abstract method defined in the super class
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
derive, ComputerPlayer should be a subclass of Player
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
oh it doesnt extend the Player class, your pdf does say it should extend it
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
you can basically assign an instance of ComputerPlayer to
player2
since it extends
Player
class
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
delete the AIPlayer2 line
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
i dont think they know polymorphism
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
π i never saw
set
being placed before
get
, i guess it works lol
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
hint:
GameManager.Instance
might be very useful
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
no worries you will learn while we're helping you
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
trust me i think its faster to finish if we finish making the GameManager class
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
without finishing the GameManager class?
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
it even gives you hints on how to implement stuff
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
oh man i wish you told me about that pdf
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
in my days they opened my code and asked me what this code and that code does π
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
you could start by initializing HumanPlayer and ComputerPlayer instances in your GameManager class
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
they have GameManager defined atleast, just needs to do some modifications
https://github.com/aljomatrix/Assignment2Repository
637 replies
C
C#
β’
Created by Merineth πΈπͺ on 2/18/2025 in
#help
Othello Reversi game
thats what happens when you rely too much on chatgpt
637 replies