Socket
Socket
Sign inDemoInstall

connect4

Package Overview
Dependencies
19
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    connect4

connect 4, in node, why not


Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
1
Install size
1.49 MB
Created
Weekly downloads
 

Readme

Source

Connect 4

Install: npm install connect4

Play: connect4

Note: if you get a "command not found" error, make sure npm modules are in your path.

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.

Additionally, you can use the folowing optional flags:

-p [number] to adjust the number of players
-w [number] to adjust the width
-h [height] to adjust the height

connect4 -p 3 -w 10 -h 8

Meta

There's 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.

FAQs

Last updated on 16 Nov 2012

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc