Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 423 Bytes

Connect Four

Javascript console version of the classic Connect four game

Prerequisites

Installation

  • Clone the git repository
  • cd <installation folder>
  • npm install or yarn install

Playing

  • npm start or yarn start