in Software

Connect-four in Coffeescript using Three.js

Piggybacking on my last post about using Coffeescript to write Connect-four, I decided to create a graphically improved version using Three.js. It’s still really simple and can definitely be improved by a cleaner interface that doesn’t require entering keystrokes into an input box, and also adding physics effects, such as actual falling pieces to make things more realistic. An easy change that would help make it look better is to add textures to the geometries shown. The repo is available at https://github.com/jamiely/connect-four-coffeescript.