A simple game of four in a row built while learning Javascript from teamtreehouse.com
A javascript implementation of the game 'For in a Row'. Use the arrow keys to play the game. Use arrow keys left and right to move the token you want to drop left or right. Use the down arrow key to drop the token in a column. Game ends when the board is full or if a player wins. Refresh to restart.
Design credits: Team Treehouse. DIsclaimer: This game was neither conceptualized nor independently pragrammed by me. This is just an implementation of simple JS to code logic and interactivity. The main purpose was just learning how to mainpulate DOM elements with JS and to gain some experience in Object Oriented Javascript.