Tuesday, November 17, 2015

I'm a Master of the Mind

My platforming game was a failure. Soon after I got started, I remembered how annoying it is to work with pixi.js, and I decided against making the platformer. Instead, I decided to make 1 or 2 smaller games. My first game that I'm making is Mastermind. I initially was going to use Hexaflip, but then I realized that Hexaflip was really poorly documented and was very buggy. I've made Mastermind using Vanilla JS instead. It's live at http://eli.gukovsky.com/mastermind.html right now

Update - Lake Yin

Good news! My first version of my website is up! You can find it at http://ahsguide.comoj.com/. The whole thing was created with only HTML and CSS. However, that isn't the end of the program. I am currently in the middle of learning Javascript so that I can enhance the website further. For HTML and CSS, I have learned it from Free Code Camp, which was very effective at teaching these, however, their Javascript lessons aren't that very good at teaching, which is why I am currently learning from Codecademy. After I finish learning Javascript, I will implant Javascript into my website, and then I shall move on to more languages like PHP. I will continue expanding my website this way for a long time.