connect4
v0.0.4
Published
connect 4, in node, why not
Downloads
6
Readme
Connect 4
Install and play:
- npm install
- chmod +x bin.js
- ./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)