-
All game logic is encompassed by a Game() constructor function.
A Game object has the following properties:
roundNumber
isPlayerTurn
enemies
currentEnemy
player
A Game object has …
-
Anytime I play against a computer it gets stuck in the "thinking" state and the page freezes.
Need to fix to allow the computer to correctly calculate and make it's move.
We also need to correc…
-
# Game Logic: Basics
## Classes
### Cards
#### Superclass "Card"
**Attributes:**
- "id" which serves to clearly identify a card object
- "color_amount" which reflects the amount of colors a …
-
Since the current stuck check logic has some issues, I think we'll need some new, better logic.
Note that the stuck check logic is also used by the demo. The logic needs to avoid creating a situat…
-
Try testing using a pre-set board,asserting every path results in correct states
-
First of all, thank you so much for updating this game for everyone.
I started playing from the beginning on a fresh install (Steam version, v4 of your launcher) and managed to create a savegame file…
-
takes the board state and the newest piece, and returns the new state
-
Create a game object which will be responsible for the game logic, will be used to keep track of whose turn it is, prompt user for input and check to see if game has been won
**- Game ( ) construct…
-
In the current game
the black can hit only black and the white can hit only white change it to points based
that the player with the highest points wins
-
Document and create a model over game logic
1. Possible/legal combinations for score.
2. Dice throwing process.
3. Game round.
4. Score board.
5. Yahtzee English glossary, translate our local v…