vault backup: 2024-10-04 10:50:45
This commit is contained in:
@@ -28,6 +28,7 @@ Other comments:
|
|||||||
|
|
||||||
Questions to ask:
|
Questions to ask:
|
||||||
- [ ] What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...)
|
- [ ] What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...)
|
||||||
|
Could do a virtual method on `Board` to allow clients to override it to render the board
|
||||||
- [ ] Why did you choose to have Program.cs "own" the rendering of the board instead of Board?
|
- [ ] Why did you choose to have Program.cs "own" the rendering of the board instead of Board?
|
||||||
- [ ] Could you have Board "own" the rendering without it knowing exactly what it's renderings (strings, icons, HTML elements, etc)?
|
- [ ] Could you have Board "own" the rendering without it knowing exactly what it's renderings (strings, icons, HTML elements, etc)?
|
||||||
- [ ] Explain yoru choice to use `Convert.Int32`?
|
- [ ] Explain yoru choice to use `Convert.Int32`?
|
||||||
|
|||||||
Reference in New Issue
Block a user