Posts

Showing posts from February, 2022

JavaScript Connect4 Project Contnued

Image
  I'm continuing to make progress on the Connect4 game developed using JavaScript.  At this stage of the game, I have added interactivity so that the user is able to move the token and drop it into position. The game is taking a while for me to complete, but I have been working on several other projects at the same time. I hope to complete the game by the end of February if possible. Here are some screenshots. I will present them in reverse order... In this screenshot, the token has been lowered into position. This screenshot shows the user's ability to move the token before dropping it into position.   The last two screenshots show the start of the game. These screenshots are similar to an earlier post which is why I am showing them last.

R programming: Creating Graphs and Charts

Image
  While I generally prefer to work in Python and SAS, I must admit that it is pretty easy to create graphs and charts in R. I have been told by some statistics and economics professors that they prefer to teach their students R because it is easier for them to do data visualization. Below is a graph I created in R using data on life expectancy in the USA.  Although it is a simple graph, the same graph would hav e required a lot more code in Python. On a more personal note, I am back in R after spending the last few years learning more about Python and computer science.