Blog Post
DevlinPeck
6 years agoCommunity Member
Hi everyone! I haven't completed an ELH challenge in a little while, but the technical difficulty of this one pulled me right in.
I decided to program a rudimentary AI opponent with some JavaScript. So, if you don't have a friend nearby, don't worry! You can face off against the computer.
Link to brief write-up and the interaction itself: https://www.devlinpeck.com/posts/connect-four-game
Link to the .story file: https://drive.google.com/open?id=1n6QVPgr6FhXXRBtQ3YDdyjI1iuleEvlG (happy to answer any questions about this if you have them)
I decided to program a rudimentary AI opponent with some JavaScript. So, if you don't have a friend nearby, don't worry! You can face off against the computer.
Link to brief write-up and the interaction itself: https://www.devlinpeck.com/posts/connect-four-game
Link to the .story file: https://drive.google.com/open?id=1n6QVPgr6FhXXRBtQ3YDdyjI1iuleEvlG (happy to answer any questions about this if you have them)
- TracyCarroll6 years agoCommunity MemberI won the Connect 3 game--fun! Sorry, computer.
- Jonathan_Hill6 years agoSuper HeroNice! Enjoyed your write-up too. I had a similar experience with JavaScript for the recent crossword challenge. Glad you persevered with this and we got to see what is possible.
- SamLincoln6 years agoCommunity MemberYour perseverence paid off. Fantastic example!
- BenMcKenna-ba886 years agoCommunity MemberGreat work!
I tried, but couldn't beat the AI opponent... maybe your JavaScript skills are TOO good. 😂 - CiaraMcCarth6966 years agoCommunity MemberThanks for sharing and having the patience to code!
- VeronicaBudnika6 years agoSuper HeroVery nice Devlin, super slick and works great!
- RichardHill-4f36 years agoCommunity MemberOutstanding! Thank you for the logic write up and example of this.