-
Exactly as the title suggests. A minigame of Hangman, containing a similar design to TicTacToe (image format). There are a few concepts/ideas as to how the game determines a "winner", but those will b…
-
https://github.com/mihai-op/TicTacToe/blob/ad6de1f93de91400656d240ec1b8881b035ec030/src/Game.php#L7
This should be initialized to an empty array, preferably in the definition of the class.
Other…
-
Feature request that `G` takes into account meta data like `numPlayer`.
Currently it seems no way to initialize G with `ctx` as argument.
How about allowing G accept function that returns an ob…
-
Discuss Object Oriented Programming in JavaScript
JS DOES NOT HAVE CLASSES. This section is important.. crucial even because students will may be coming from Ruby or Java or any other language that…
-
https://github.com/Pabloss/flavius-aspra-mentoring-TicTacToe/blob/536ae4ce1046b727d56ae0f2d9778b00be514baa/src/Game.php#L184
Here you're saving the symbol of a player, rather than the player.
In…
-
The Umple code below (that is set to generate GraphViz from a state diagram with guards) fails and results in the following stack trace:
```
java.util.NoSuchElementException
at java.base/java.ut…
-
**Steps to reproduce**
1. Run TicTacToe
2. Finish current game
3. press 'new game'
Crash appears on the original 'react-native-linux' branch before merging with latest 'react-native'. Need to be…
-
Hi Lena and QD, could we make the output look like the results from the instructor's example.
Hers saves space on the screen and the winning statement at the end appears more final.
modification nee…
-
Thanks Lena for catching our bug and getting your part up so quickly. I have merged everything into masters. Everyone please perform some testing and provide feedback on anything bugs or spacing error…
-
Currently, there are three stateful bots (bots using permanent storage): `virtual_fs`, `incrementor`, and `tictactoe`. Some of these might not use an optimal model for handling the storage. For exampl…