0 Members and 1 Guest are viewing this topic.
Progress update:-Changed mountain colors from green to turquoise (apparently, that's possible)-Redid parallax scrolling to reduce screen updates and thus, gain a bit of speed-Made Walrii in fewer rectangles (slightly slower but drawing less rectangles offsets that, plus it's smaller)-Now Walrii can move left and right like in the original game-Made spikes smaller and fixed erasing bug at the right of the screen (introduced by previous feature)-Fixed weird vertical lines left behind Walrii in the mountains.TODO-I need to figure out a way to make Walrii erasing so that it doesn't have to update an entire 4x8 and 7x8 screen chunks (unless doing so is so complex that it actually slows the game down)-Collision detection with spikes-Fish item (it seems the calc isn't in the Atari game so I guess I can do away with it). Fishes would give an extra 100 pts.-See if glitchiness in the middle of the screen can be alleviated without severe slowdowns. I could probably outdo the parallax edits I made in this update, though, if adding the next features doesn't cause slowdowns.-Title screen?