Jump to content

Recommended Posts

Is anyone a Brak Show fan? In the sitcom-style Brak Show (not the variety show special), Brak and Zorak are playing Headkicker, an Atari-2600-type game. I put a screenshot of the actual game they were playing in the show, and a .bin file of my version with way fewer graphics. Apparently, all you do is kick someone in the head. I know it's kind of boring, but I just did this cuz I was bored (and I want to know how many Brak/Space Ghost fans are out there.)

post-9475-1152562735_thumb.jpg

headkicker.bas.bin

Link to comment
https://forums.atariage.com/topic/90420-headkicker/
Share on other sites

Right. But you must know that translating in other languages isn't always accurate, too many reasons maybe. Now thanks to you for the feedback :) I.E. in this episode the game was called "cortacabezas" ("head choppers") not "headkicker".

Will you do any further update to this game?

Edited by Nabuko78
Link to comment
https://forums.atariage.com/topic/90420-headkicker/#findComment-1100250
Share on other sites

Right. But you must know that translating in other languages isn't always accurate, too many reasons maybe. Now thanks to you for the feedback :) I.E. in this episode the game was called "cortacabezas" ("head choppers") not "headkicker".

Will you do any further update to this game?

If I can get batari Basic 0.99 understood, I'll add some more colors to the sprites and make a cool colored background.

Link to comment
https://forums.atariage.com/topic/90420-headkicker/#findComment-1100297
Share on other sites

I have a problem. Here's the code so far. I modified it to this:

10 set smartbranching on
15 set kernel_options no_blank_lines pfcolors
20 COLUP1=196 : COLUP0=64 : COLUBK=0 : COLUPF=32
30 pfhline 0 10 31 on
40 player1:
 %11011
 %11011
 %11011
 %01010
 %01010
 %01010
 %01010
 %01010
 %01010
 %01110
 %01110
 %01110
 %01110
 %01110
 %01110
 %00100
 %00100
 %00100
 %11111
 %11111
 %11111
 %00100
 %00100
 %00100
 %01110
 %01110
 %01110
 %01110
 %01110
 %01110
 %01110
 %01110
 %01110
end
50 player0:
 %11111111
 %11111111
 %11111111
 %11101001
 %11101001
 %11101001
 %11101000
 %11101000
 %11101000
end
52 pfcolors:
 2
 4
 6
 8
 10
 12
 14
 16
 18
 20
 22
 24
end

55 NUSIZ0=$07 : NUSIZ1=$07
60 player0x=80 : player0y=80 : player1x=42 : player1y=80 : score=0

70 AUDV0=0
75 drawscreen
80 if joy0fire then goto 100
90 goto 20
100 AUDV0=8 : AUDC0=7 : AUDF0=11
110 player1:
 %1100011
 %1100011
 %1100011
 %0100101
 %0100101
 %0100101
 %0101000
 %0101000
 %0101000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
 %0010000
 %0010000
 %0010000
 %1111100
 %1111100
 %1111100
 %0010000
 %0010000
 %0010000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
 %0111000
end
115 NUSIZ1=$07 : NUSIZ0=$07
120 player1x=50 : player1y=80 : player0x=80 : player0y=80 : COLUP0 = 64 : COLUP1=196

130 goto 75

and when I go to compile it, it says this:

post-9475-1152847434_thumb.jpg

Why would it say that if I don't have any label mismatching? And what is scorepointerset? All I want to do is to have the playfield be different backgrounds. I was just putting in random numbers in line 52 to see if it worked, but something's wrong.

Link to comment
https://forums.atariage.com/topic/90420-headkicker/#findComment-1101490
Share on other sites

Why would it say that if I don't have any label mismatching? And what is scorepointerset? All I want to do is to have the playfield be different backgrounds. I was just putting in random numbers in line 52 to see if it worked, but something's wrong.

That code compiles fine for me. scorepointerset is in std_overscan.asm, so I'd check to see if that file is missing, corrupted or outdated.

Link to comment
https://forums.atariage.com/topic/90420-headkicker/#findComment-1101548
Share on other sites

I just re-downloaded the 0.99 patch and compiled it and it still didn't work. Is std_overscan.asm in the patch? It's not missing cuz it's there, but how would I know if it's corrupted or outdated? Geez, I hate computers. Can I have a screenshot of what I'm missing?

Link to comment
https://forums.atariage.com/topic/90420-headkicker/#findComment-1101573
Share on other sites

  • 4 months later...

Sorry to bring this forum back from the dead, but I was just watching that episode of the Brak Show again, and I thought "I could make a better version of the one I posted here." So, here's a better version of Headkicker.

post-9475-1164697998_thumb.png

headkicker.bas.bin

Edited by atari2600land
Link to comment
https://forums.atariage.com/topic/90420-headkicker/#findComment-1183736
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...