guardians_song: A sprite edit of Nils from Fire Emblem, looking shocked: CHRISTMAS EDITION (Nils)
2013-02-27 05:01 pm

Behold the Dragonslayer minigame:

Behold! (As always, remember to hit Run.)

Alas, as it's a randomized system, the only control you have over it is the ability to set parameters (to make your victory super-likely or super-improbable). Maybe, if I ever come back to it, I'll add more...

But, for now, you can at least note the snide introduction. Sorry, I'm a (warped) humor writer by default. :P
Adopt one today!Adopt one today!Adopt one today!Adopt one today!
guardians_song: A sprite edit of Nils from Fire Emblem, looking shocked: CHRISTMAS EDITION (Nils)
2013-02-27 12:33 am

Also, if you want to see a very badly-written number-factorizer...

It's here.

(*cringes* Literally. I think I've written better things on calculators.)
guardians_song: Ken Sugimori's concept art of the Pokemon starters, with the main characters and rival beside them. (kicking it oldschool)
2013-02-26 05:05 pm
Entry tags:

...So who was the genius who thought it would be funny to have JavaScript have no wait function?

Ha ha.

Very funny.

I'm not terribly happy that my calculator has a function that an actual programming language doesn't.

I did manage it in the end, but having to use setTimeout is annoying.

guardians_song: A crop from FE7's Arcadia CG showing Nergal and two villagers chatting over scrolls. (analytical)
2013-02-25 11:41 pm

A brief rundown of Codecademy:

((Since I keep advertising it but seem not to have remembered to describe it... >_>))

Codecademy is a site that offers free courses in various kinds of code, including HTML (and thus CSS), Javascript, Python, and Ruby. No, it doesn't bombard you with ads or malware - as far as I can tell, it's a genuine power-of-the-people effort.

The interface is easy and enjoyable. It introduces you to a concept, has you do a simple exercise, and then goes onto the next concept. The only problem so far is that the HTML course occasionally glitches up and doesn't respond to the Submit button properly, but it's not grading you, so you don't have to worry about that affecting anything. And yes, you can go back and review a previous exercise at any time - it's pretty well laid-out, so you'll be able to find your way back.

It also has a little scoring system so you know how many exercises you've done today and how many days you've been going at Codecademy without interruption. So, if you're feeling competitive, you can work on racking up as many points as you can in any given day. :P Wonderful procrastination tool...

Apparently I've been on there for twelve days and done very little in that time.

Why do I recommend it for the casual LJer/Dreamwidther? Because it will enable you to actually read CSS stylesheets without it all looking like Greek (er, or... Chinese or something, in [livejournal.com profile] aikaterini 's case >_>), it will allow you to program up short little things for your own entertainment and use, and because it's a browser-game-like site that will actually increase your knowledge and be useful in the future. I mean, with all due respect to Dragon Cave, GPXPlus, and the like, mass-clicking doesn't benefit you in the long run. Learning programming languages will - even if it's as a side hobby and the most you do with it is create custom journal layouts and run amusing little text programs.

So please do check it out, if you have a minute. I promise that you won't regret it.


Adopt one today!Adopt one today!Adopt one today!Adopt one today!


guardians_song: A crop from FE7's Arcadia CG showing Nergal and two villagers chatting over scrolls. (scholarly)
2013-02-23 01:04 am

Aaaand now I've finally hit Javascript, where I actually need to pay attention.

console.log("Huh");
if (javascript === C++)
   {
        console.log("Are you kidding me?! It's really weird...");
   }
else
  {
       console.log("Bugger, this is rather strange.");
   }

And I probably botched the syntax