Unless someone wanted to make a really evil levelset But yeah.
Once I finish the actual shifting, I think I'll start mapping out the levels from the flash game.
Also: menu mockup. Layout similar to the Tio menu for now, I'm thinking of making the "SHIFT" vertical and on the right, with the buttons/options on the left like in the 3rd one.
Since calc screens don't really agree with 60o angles, I changed my avatar a bit. Also, it fits better the screen now, exactly 96 pixels wide and 60 pixels tall
EDIT: changed omni avatar back to old one, looks better on the computer I'm keeping the square one for calc splash screens tho
Also, how do you make a php page using 000? I pasted the code in, saved, and it loads as html...there's no option like "save as" anywhere, let alone php
What I'm testing for is if both "feet" have something solid below them. It doesn't have to be precisely lined up or anything, unless it's just one block.
I'm writing the stuff for that right now. (well, lunch break atm but I have math class next so yeah) Actually it's kind of a lol b/c when I first started I thought I would have to adapt all the If statements to work for both modes and it would be overly conplicated. At least, until it occurred to me to just switch the types and put DrawInv before and after the DispGraph
Incidentally, about how much pause is equal to a DrawInv? Pause 50?
EDIT: I'm not sure if in the end it will be possible to have a starting point in the solid parts. First priority is shifting, then menu, options, then stuff that the game can still be notable without.
I'm also debating over whether I should make mock grayscale for this (a la one-buffer animated sprites)
I've experimented with splashes/explosions in the past, I thought of getting the gravity-affected bits to work with Duel but went for the arcade-style explosions instead
Whee, 1337th post. Yes, the timing is intentional Started by making a level editor and worked up from there. Blocks so far are divided into two equal parts, one is the light background and one is the dark background. Like the fix tokens: 0 and 1 are related, 2 and 3 are related, etc. So there's two of each type of tile: a light one (even #) and a dark one (odd #). Tiles of the opposite type of the current type are seen as solid unless handled specially (ie spikes)
So far: Blank solid Start Finish (door) Spikes up and down. You can safely walk on top of up-facing spikes, and can safely hit the bottom of up-facing spikes. runs at 6Mhz Door slides open and closed when you go into it you go boom when you hit spikes
Still need to add: company logo? title screen/menu The actual shifting support for multiple levels and/or level packs
Might happen: Key/door directional switching (the arrows)
I also plan on making a built-in set, probably based off the original Shift (not 2 or 3)
I'm a little concerned with how high he jumps though; shouldn't that be a little lower?
That was bugging me a bit too, I remember changing it to about half the initial velocity but idk what happened to that. It's back at -32 atm (coordinates are inflated by 32), but I'll change it back again
Well last year we had more participants in general, but then around late August most of them lost their entire progress in ram clears, with no backups , plus some people ran out of time since they had huge projects. Hopefully this year projects are planned better, in terms of data protection and time management.
* Darl181 fishes around for msd8x adapter
ofc, I always backup! >.>
Also, looks like progress is going really fast compared to last year, looks like a good part of the entries can easily be done by the middle of June
Spoiler For Spoiler:
Quote
plus some people ran out of time since they had huge projects.
^this, but I've learned some things since twhg [/quote]
I also have an idea: A game that looks like tunnel or helicopter games (side-scrolling) but you're a little car and there are other cars racing you, like a racing game, not sure of how to code that
I had thought of doing that at one point...idk how to code it either tho I tried making an engine that when an arrow key was pressed it would change direction, but it crashed immediately...
Yeah, i had a bunch of stuff written for 4*4 tiles I guess i'll start with 4*4 and if I have enough time afterwards I'll attempt to convert the 4*4 to 8*8, implementing (hopefully smooth) scrolling in the process.
And I can not get this blasted physics system working properly...
EDIT: got it sort of working, will polish up. Planning a screenie for 1337th post, only 4 away