Jump to content
IGNORED

The hamburger experiment


Recommended Posts

21 minutes ago, atari2600land said:

This is as fat as I can make it. I had to stretch it x4 to make it the height I wanted. And I can only stretch it x2 horizontally.

shot0010.gif.f615ae8266f5232e591dfe527b58ee94.gif

 

Better.  

 

I guess Japanese Eggplant is long and skinny, but those aren't too common in the US

image.png.cc37a3e9a1155b9a3eb349b25f2b20d9.png

 

 

Can you add a green top?

 

image.thumb.png.07495014110ee9cd5f7e5575a7cb382b.png

 

 

 

Link to comment
Share on other sites

Why can't I get the stupid fish to scroll correctly when the waves above do?


    ' scrolling
        movetimer=movetimer+1
    
        if movetimer=3 then
        
            IF offset_x=0 THEN
                stupidfish=stupidfish-1
                offset_x=7
                PRINT AT 140 color #bgcolor, "\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258"        
                PRINT AT stupidfish color 5, "\256"
            end if


            if offset_x>0 then offset_x=offset_x-1
            
            SCROLL offset_x,0,2

            movetimer=0
        end if

result:

shot0015.gif.c3284ad6c2ead6adecbcfcc0d44b5a92.gif

EDIT: SOLVED.

Link to comment
Share on other sites

32 minutes ago, atari2600land said:

Why can't I get the stupid fish to scroll correctly when the waves above do?


    ' scrolling
        movetimer=movetimer+1
    
        if movetimer=3 then
        
            IF offset_x=0 THEN
                stupidfish=stupidfish-1
                offset_x=7
                PRINT AT 140 color #bgcolor, "\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258\258"        
                PRINT AT stupidfish color 5, "\256"
            end if


            if offset_x>0 then offset_x=offset_x-1
            
            SCROLL offset_x,0,2

            movetimer=0
        end if

result:

shot0015.gif.c3284ad6c2ead6adecbcfcc0d44b5a92.gif

EDIT: SOLVED.

I see the GoSub in you was not to be denied in this game!?

Link to comment
Share on other sites

It's the Sesame Seed Sea.

(Yes, I know that burger bun does not have sesame seeds on it, but most burger buns do.)

shot0017.gif.59acc33e1f0008de576a209ebbead1c2.gif

The fish is there for decoration. You can't shoot at it. I thought it looked rather boring and plain without it.

I need to do different songs for levels 2 and 3 now.

My eye is continually "twitching". I don't know why.

 

herts13.zip

Link to comment
Share on other sites

7 minutes ago, atari2600land said:

It's the Sesame Seed Sea.

(Yes, I know that burger bun does not have sesame seeds on it, but most burger buns do.)

shot0017.gif.59acc33e1f0008de576a209ebbead1c2.gif

The fish is there for decoration. You can't shoot at it. I thought it looked rather boring and plain without it.

I need to do different songs for levels 2 and 3 now.

My eye is continually "twitching". I don't know why.

 

herts13.zip 13.6 kB · 1 download

You could make it turn into a fish sandwich when it is in the sea,then the predators would be after it.

  • Haha 1
Link to comment
Share on other sites

I've been thinking a lot about the huge connection of my food and my video games and I got to thinking, with Peter the Pea and the Secret Government Waffle Project, perhaps it's not best if if I make a game about burgers at this time. So rather than completely give up on the game, I've decided to give it a different theme. You are a lowercase letter W. All the other letters of the alphabet have got together and attacked W-Land. Your job: Shoot all the other letters with your lowercase i. Some letters may be shooting a lowercase o at you. What do you think?

w16.zip

Link to comment
Share on other sites

I think this whole thing should be moved to the Programming sub forum... Maybe ask the admins to move it?

 

For the score/numbers, you might want to consider using BACKTAB graphics. You could conceibably pack two digits into a 8x8 tile and change them based on a calculation. This would cost you a number of GRAM tiles (4?) and enough ROM to hold every conceivable number combination (99?) but it would save screen space. If you’re interested in going that route, the Inty Letterpress tool (runs on Windows 10 GUI) would let you make the numbers/graphics. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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...