Jump to content
IGNORED

Robert M's Blog - bBasic - 12 sprites at 30Hz flicker


RSS Bot

Recommended Posts

Goals:

-> This is just a brief entry. Small progress, but progress is progress.

-> Add 30 Hz flicker to the program to double the number of objects shown.

-> Prototyping of a possible game idea using pure bBasic.

 

Design:

-> Start from last entry.

-> Delete the joystick code, and disable the player animation code.

-> Add a framecounter and add odd/even frame handling

-> For now, just separate the two sets of sprites horizontally.

-> no player control is available.

 

Implementation:

txt.gif

main002.txt ( 5.71K )

Number of downloads: 0

 

bin.gif

main002.txt.bin ( 4K )

Number of downloads: 0

 

 

Lessons learned:

-> I really need to stop typing the word missile incorrectly. :dunce:

 

Recommendations for improving bBasic:

-> None. Looking at the asm file it was nice to see that the compiler optimizes for a + 1 operation by using the INC instruction.

 

Up Next:

-> Animating 12 sprites.

 

http://www.atariage.com/forums/index.php?a...;showentry=3873

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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