DEV Community

Robert Eckwright
Robert Eckwright

Posted on

Creating my first program

I wrote my first program this week in making a clone of hangman. I still plan on making more additions to the program, such as bring in the word list through a separate file to remove possible bloat in the program. But the program did teach me quite a bit. I learned that programming is just a series of smaller problems that needed to be solved. This became really apparent when I started experiencing more problems to deal with in the code and started to write comments before code blocks.

source code here

Top comments (0)