In this tutorial series, I will guide you through the steps to create your own simple but fun online browser-based game, using HTML and JavaScript. Click here if you want to see the game we will create. Remember that you will be able to customize your own however you want. This is part two of the tutorial. If you have not read part one, you should read it now. Click here for part 1: HTML tutorial. Once you have read it, you can continue with this part. In this part of the tutorial, I will show you how to add...
Continue Reading
In this tutorial series, I will guide you through the steps to create your own simple but fun online browser-based HTML game, using HTML and JavaScript. This tutorial is meant for beginners (or almost-beginners), but I will only cover what is needed to teach you how to make this game, so I will include links at the bottom so you can learn the topics in greater detail. Keep in mind that this is a very big project to use as a first HTML project, so if it seems too complicated, just learn more about the topics and come back when...
Continue Reading
I’m currently working on a few new posts for my blog. Coming sometime this week is a tutorial on making a personal “cloud” and CDN, and a tutorial on making slack bots and/or discord bots might be coming soon as well! I’ve also been working on updating my robocar post.
I just set up a simple CMS for my site using Netlify CMS, allowing me to change or create projects, blog posts or updates for my site without needing to manually open a text editor, create new content and push to github! It was insanely easy to set up.
I really do want to start blogging again I’m just not entirely sure what I’d write about. Also, I’m participating in Hack Club Summer of Making and will be posting updates for my project here.
The first part of my new personal site is live! It’s at the root of this domain: benjaminashbaugh.me
Hello - as you can see I migrated my site from scitronboy.com to benjaminashbaugh.me. Please note that some features might not work properly or might be disabled completely until I roll out my big update in a few weeks.
As you may have noticed, this site’s been kind of dead, as my last post was in march. The good news is, I will be making a new, more personal site in early 2020 to advertise myself. It will be on a new domain, and I will be moving this blog to a subdomain there and hopefuly reviving it a little. On a different note, I’ve been working on another project lately - a multiplayer math game. It’s not ready yet, but you can learn about it at arithmerace.com.
I just purchased a new domain for my website! scitronboy.github.io is now scitronboy.com.
I’ve started working on a simple game that uses an evolutionary algorithm to teach circles to jump over blocks. Click the title to check out the code!
While using git, NEVER EVER checkout a previous commit in a different branch without first stashing or commiting the changes in your working branch!