-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
|
||
# Connect Four | ||
|
||
3D Connect Four game made with Three.js, TypeScript and Vue for UI. Play agains a minimax algorithm. | ||
3D Connect Four game made with Three.js, TypeScript and Vue for UI. Play against a minimax algorithm. | ||
|
||
## [Live demo](https://connectfour.alexandrecortez.dev/) | ||
|
||
## To Do | ||
- [ ] Minimax | ||
- [x] Implement minimax to play as yellow | ||
- [ ] Implement difficult settings (how many plays on the future does it see) | ||
- [ ] Optimize algorithm | ||
- [ ] Make it optional to play agains minimax - to control both discs and play locally | ||
- [ ] Polish UI | ||
- [ ] Include more animations | ||
- [ ] Better ending screen | ||
|
||
- [ ] Minimax | ||
- [x] Implement minimax to play as yellow | ||
- [x] Implement difficult settings (how many plays on the future does it see) | ||
- [ ] Optimize algorithm | ||
- [ ] Make it optional to play against minimax - to control both discs and play locally | ||
- [ ] Polish UI | ||
- [ ] Include more animations | ||
- [ ] Better ending screen | ||
|
||
## Inspiration | ||
|
||
This app is inspired by [Areknawo's 2048](https://github.com/areknawo/2048). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters