0.0.4 • Published 12 years ago

connect4 v0.0.4

Weekly downloads
14
License
-
Repository
github
Last release
12 years ago

Connect 4

Install and play:

  1. npm install
  2. chmod +x bin.js
  3. ./bin.js

How to play:

Enter in a row to drop in (1-7). Take turns. Whoever gets 4 in a row (horizontally, vertically, or diagonally) wins.

(Obv some silly code in here. Not meant to be serious, but rather a discussion with other programmers for whom I made this available on the gits)