- The is a two-player game in which players (yellow and red) take turns dropping tokens into a 6-row, 7-column grid.
- Tokens drop to the lowest available position within the column and begin to stack as players alternate turns.
- The first player to form a vertical, horizontal, or diagnal line with their (yellow or red) tokens, wins!
- HTML
- Javascript
- CSS
- ThreeJS
- Webpack
- NodeJS
- NPM
- In the project directory, you can run:
- Installs node modules
- Runs the app in development mode on http://localhost:8080
- The page should reload on edits
- Cache the player's moves in a hashmap so the checkWinner function has a better time complexity
- Implement a 1-player option that challenges a computer based on difficulty level
- Animate token dropping onClick