You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,15 @@ Here are several ideas to make the game more interesting if you have the time
31
31
4. Allow players at the beginning of the game to increase the number of columns on the board and the number of connected pieces that are required to win
32
32
33
33
5. Allow a single player to play against the computer
34
+
35
+
## Implementation (TODO)
36
+
37
+
Instead being played in a browser it will be played on a terminal with a CLI.
38
+
The initial implementation will only allow two human player.
39
+
Eventually it will allow the player to play against the machine. (the machine will consciously and not in any random manner)
40
+
41
+
### Challenges
42
+
43
+
1. how to model the Player Grid (2d array???)
44
+
2. how to model a game loop (series of turns -> state machine???)
45
+
3. how to create the view layer in a terminal env?? ([ink](https://github.com/vadimdemedes/ink)?? )
0 commit comments