Show HN: C4 – Connect Four, with AI
kenrick95.github.io
Show HN: C4 – Connect Four, with AI
1–10 of 35 posts
Re: Show HN: C4 – Connect Four, with AI
#2How I build this project: It was mid-2013 when I wanted to apply what I've learned from the MOOC CS188.1x Artificial Intelligence offered at edx.org. Around December 2013, I joined a bootcamp held in my university (Nanyang Technological University, Singapore) in which some of the speaker came from Mozilla. Here, I learned a lot of stuffs on JavaScript (they also introduced us to HN). Later, I thought of applying what I've learned to a game. I then started the project and finished it during January 2014.
Re: Show HN: C4 – Connect Four, with AI
#3Nice, I just beat it :)
Re: Show HN: C4 – Connect Four, with AI
#4Nice, I just beat it :)
I admit that the AI is not perfect. :)
Re: Show HN: C4 – Connect Four, with AI
#5Nice, I just beat it :)
I admit that the AI is not perfect. :)
My Fhourstones solver and a perfect playing applet may be found at
http://tromp.github.io/c4/c4.html
Re: Show HN: C4 – Connect Four, with AI
#6Re: Show HN: C4 – Connect Four, with AI
#7Re: Show HN: C4 – Connect Four, with AI
#8How I build this project: It was mid-2013 when I wanted to apply what I've learned from the MOOC CS188.1x Artificial Intelligence offered at edx.org. Around December 2013, I joined a bootcamp held in my university (Nanyang Technological University, Singapore) in which some of the speaker came from Mozilla. Here, I learned a lot of stuffs on JavaScript (they also introduced us to HN). Later, I thought of applying what…
Nice job, do you recommend the Artificial Intelligence MOOC? Is it fun?
Re: Show HN: C4 – Connect Four, with AI
#9I wrote a C version of a connect 4 AI and used emscripten to build a JavaScript / AngularJS version. You can check it out for comparison: http://rmarcus.info/blog/2014/12/23/connect4.html
Edit --
Github is here: https://github.com/RyanMarcus/connect4
Looks like my AI beats your AI. ;)
Re: Show HN: C4 – Connect Four, with AI
#10Wow another developer named kenrick :)