Here we go...
I guess this is sort of my first Cemetech contest! (We'll pretend that one where my calculator kept resetting and I lost all of the code and then gave up didn't happen - sorry Oxiti8)
The basic concept I came up with when I first read the article was some sort of view of a road with interesting vehicles / other fun easter eggs going by. Sort of like the flying toaster screensaver, with some funny moving visuals. I probably should've posted this earlier (Sorry Hot_Dog I really promise I was not trying to copy your idea) but I was working on getting some of the underlying code done before I decided whether or not I was going to make an entry.
Current Progress:
I spent the first few days working mostly on designing some sprites. The code for the the idea really isn't too difficult, so I wanted to put some effort into making it look at least somewhat nice I guess. I got a background working with a day / night appearance based on the calculator clock, some various sky stuff, and I'd like to maybe incorporate a weather element as well at some point. Here's the basic background at day / night:
Next, I needed to add some cars. This took a little bit of messing around but eventually I got it working. I ran into a few interesting bugs that I thought were too funny not to share:
As you can see, I've only three cars right now but I'm hoping to add some more funny things to go on the road before the end of the contest. Feel free to suggest anything and just go crazy and I'll try to add it. Here's a proper screenshot of the current (actually working) program:
For anyone curious, the project is currently written in C and is currently around 6000 bytes (Mostly because of all the sprites). Since it's a pretty sprite-heavy program that'll make up most of the final size but it isn't too bad thanks to compression, and it runs smoothly too
I guess this is sort of my first Cemetech contest! (We'll pretend that one where my calculator kept resetting and I lost all of the code and then gave up didn't happen - sorry Oxiti8)
The basic concept I came up with when I first read the article was some sort of view of a road with interesting vehicles / other fun easter eggs going by. Sort of like the flying toaster screensaver, with some funny moving visuals. I probably should've posted this earlier (Sorry Hot_Dog I really promise I was not trying to copy your idea) but I was working on getting some of the underlying code done before I decided whether or not I was going to make an entry.
Current Progress:
I spent the first few days working mostly on designing some sprites. The code for the the idea really isn't too difficult, so I wanted to put some effort into making it look at least somewhat nice I guess. I got a background working with a day / night appearance based on the calculator clock, some various sky stuff, and I'd like to maybe incorporate a weather element as well at some point. Here's the basic background at day / night:
Next, I needed to add some cars. This took a little bit of messing around but eventually I got it working. I ran into a few interesting bugs that I thought were too funny not to share:
As you can see, I've only three cars right now but I'm hoping to add some more funny things to go on the road before the end of the contest. Feel free to suggest anything and just go crazy and I'll try to add it. Here's a proper screenshot of the current (actually working) program:
For anyone curious, the project is currently written in C and is currently around 6000 bytes (Mostly because of all the sprites). Since it's a pretty sprite-heavy program that'll make up most of the final size but it isn't too bad thanks to compression, and it runs smoothly too