JavaScript Connect4 Project

 Over the past few weeks, I have been enrolled in Team Treehouse's Full Stack JavaScript course. I am almost done with the course. After the course, I will be enrolling in the Front -End Development course (HTML & CSS).

In the most recent part of the JavaScript course, I am working on Object-Oriented Programming. Truthfully, I find Python's OOP easier to understand than JavaScript's OOP.  Maybe this is because JavaScript just recently changed its "Class" code.

The project for the OOP section is building a Connect4 game.  This is really what I like about JavaScript: The ability to see the results of the code on a web browser.  I had problems with my code at the beginning, but I was able to get help from the Team Treehouse platform.

I'm at the start of the game but as always I wanted to share some screenshots to document the whole process.


Start screen:



 

Game screen:




Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle