Apr 9, 2012 - 7 Days of ActionScript - Days Five and Six

Day Five was not wholly productive as I found out I had managed to download the 4.1 version of the Flex SDK - they’re up at version 4.6, which added, amongst other things, “native” JSON support. That was clever of me. So the few hours I had were spent banging my head against the wall, wondering why stuff wasn’t working, then spending the rest of it downloading the _correct_ SDK. I did at least get some working file utils going, so wasn’t completely wasteful.

Luckily, Day Six has been very productive and I now have my example up and running.
It’s a little Sudoku game. Why? Because Sudoku itself is a relatively straight-forward game with some nice little mathematical fun to it - especially when figuring out a decent solver.
All you need to do is fill a grid with numbers from 1 to 9, and ensure each block has unique numbers, along with each row and column.
Granted, my solver just brute forces it at the moment, but I’ll take simplicity over complexity any day - that and I’ve still got to try and make it look pretty, as all it’s doing is reading an array from a file, fiddling with it, and spitting it back out to another file. Not really game material, eh?

So, tomorrow is effectively my last day on this - and I’ve still to figure out input, displaying graphics, proper event management, playing sounds - at least my shoulder has healed up a bit, and I can work a bit later into the night again.

Apr 7, 2012 - 7 Days of ActionScript - Days Three and Four

Wow, time flies when you’re not paying attention!

Yesterday, it wasn’t until about 10pm before I had time to look at anything, and was rather knackered so the extent of it was further testing of the toolchain with something a bit more advanced than my “hello world” apps. I compiled a few Flixel examples and they ran without any issues. Then I fell asleep. But the toolchain did spit out the examples correctly, so I feel confident enough that I set it up correctly!

Tonight, I’ll get started on something myself, as I’ve a big base of code that I can look over if need be, and I’m about half way through the 7 day deadline. I’ve a feeling the next few nights could be all-nighters to get it done, but with it being the Easter Holidays and with a 4 and a 5 year old running around, that’s looking like the likely option!

( The extra proof that I’m perhaps run ragged by these two little whirlwinds, is that I posted this as a page rather than a post originally *cough* )

Apr 5, 2012 - 7 Days of ActionScript - Day Two

Well, making a good start! *cough*
I’ve somehow managed to muck my shoulder quite badly, so that’s it’s quite painful to do anything much… but I’ll batter through it anyway.

Last night I cleaned my PC up a fair bit, and re-installed Ubuntu. I had been using Gentoo for a while, but it was starting to get a tad annoying to update things again, so I’ve put Ubuntu Studio on instead.
I then got the toolchain up and running and built a few Hello World style things.
Nothing complex yet, and if I feel up to it tonight, I’ll be mucking about with Sprites some more.