3D Connect Four game made with Three.js, TypeScript and Vue for UI. Play against a minimax algorithm.
- Implement minimax to play as yellow disc (20face1)
- Implement difficult settings (53340e6)
- Optimize minimax algorithm (Pascal Pons - Solving Connect 4: How to build a perfect AI)
- Make it optional to play against minimax - to control both discs and play locally
- Polish UI
- Include more animations
- Better ending screen
This app is inspired by Areknawo's 2048.