Jump to content
  • entries
    4,944
  • comments
    2,718
  • views
    1,808,382

A spaceship again.


atari2600land

401 views

I redesigned the game so it's not a cube at all, but a spaceship. It's actually a triangle. I redid the sprites so it was an actual shape. At first I couldn't get the program to decipher the shapes, it kept wanting to draw a square. But after about 10 minutes of trying various things it is actually a shape now. I think it's more detailed now than just simple blocks.

I just got up about an hour ago after sleeping all day. I missed the Super Bowl.

Anyway, the ship can move up and down. This method uses only two objects instead of the three I was using for the box. What I did was something e5frog told me to do: make the sprite, and then make another sprite overlapping the first one only have its color be the background color. So here are the sprites in the code:

clearSpriteleft:    ; 5x5 block to clear    ; a drawn sprite    .byte %11111111    .byte %11001111    .byte %11000011    .byte %11000000    .byte %11000011    .byte %11001111    .byte %11111111leftrocket:    ; left rocket    .byte    %00110000    .byte    %00111100    .byte    %00111111    .byte    %00111100    .byte    %00110000


And here is the result in MESS's Channel F emulator.
blogentry-9475-0-33285400-1517816454.png
A little bit of flickering is noticeable on the nose of the ship when moving up and down, but it's the best I can do, so I'm putting it in there. So now that it's not a box any more, I can think of a different name for the game than just box puns. It is still going to be about the idea in the last blog (red thing guarding a border against invading green things.) Perhaps I can make the green things heads of lettuce and name the game "Killer Heads of Lettuce." And then I can have all my Channel F games have titles that begin with K. Hmm...

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...