Skip to content

Basic connect four game that can be played in your terminal.

License

Notifications You must be signed in to change notification settings

viglucci/nodejs-cli-connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-cli-connect-four

Basic connect four game that can be played in your terminal.

Controls:
  Move cursor: <- & ->
  Insert piece: o

       y
[ ][ ][ ][ ][ ][ ][ ]
[ ][ ][ ][ ][ ][ ][ ]
[ ][ ][ ][ ][ ][ ][ ]
[ ][ ][ ][x][ ][ ][ ]
[x][ ][ ][y][ ][ ][ ]
[x][y][x][y][ ][ ][ ]

Player turn: y

Usage

Clone repo:

git clone https://github.com/viglucci/nodejs-cli-connect-four.git

Enter directory:

cd nodejs-cli-connect-four

Run program:

node ./program.js

About

Basic connect four game that can be played in your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published