BCBetaTetris
![]() |
Name: BC's Beta Tetris Author: ibly31 Download: BC's Beta Tetris Compatibility: Parent page not set File Size: 2334 Bytes |
Fun beta Tetris in a small package! |
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
hey can you post the source code on here so i can manually put this in my calculator?
I extracted the .8xp file and opened it with SourceCoder3. I cannot confirm that it works, and it is also over 200 lines, so typing it in by hand will take a while. Here is the code anyway:
This line gets an invalid error for this line
LinReg(ax+b) {Y1}
That is SourceCoder3 notation, not the notation for the calculator. You will need to remove the { and }, and be sure to use the Y₁ variable found in the Vars menu and not typing in Y1
does the indentation matter?
Programs shouldn't have any indentation at all. I think he added those to make it easier for you to type it in on your calculator. If he didn't add those spaces then there is no way this code would work.
4920616D204261746D616E
The indentations help when programming code with a lot of For, While, Repeat, or If-Then blocks. When you enter the block, you add an indent, and when you put an end statement you remove an indent. It helps make sure there is the proper number of end statements, and is very useful when checking for memory leaks.
The ~s are negative signs.
𝔹𝕚𝕠_ℍ𝕒𝕫𝕒𝕣𝕕𝟙𝟚𝟠𝟚
Discord server is no longer available. Reason: Deleted
So I spent half an hour typing it in, since I don't have a ti to usb cord either, and it works. Just a heads up for anyone else typing it in by hand, when it says "Theta" use the variable theta, don't spell it out. And like Boi_Hazard1282 said the "~" signs are negatives.
why
That's the main program name
𝔹𝕚𝕠_ℍ𝕒𝕫𝕒𝕣𝕕𝟙𝟚𝟠𝟚
Discord server is no longer available. Reason: Deleted
pls help
Press the [PRGM] button and find CH2 program, run it by pressing enter
What exactly do you need help with? Simply saying "pls help" doesn't do anyone good. Please explain what you need help with :)
𝔹𝕚𝕠_ℍ𝕒𝕫𝕒𝕣𝕕𝟙𝟚𝟠𝟚
Discord server is no longer available. Reason: Deleted
sorry, i need help removing the extra blocks on the screen, when it runs it will display too many blocks making hard to play.
Can you provide any screenshots or steps to reproduce the problem? I tried the program and it works fine for my calculator.
𝔹𝕚𝕠_ℍ𝕒𝕫𝕒𝕣𝕕𝟙𝟚𝟠𝟚
Discord server is no longer available. Reason: Deleted
sure i will try to get some screenshots uploaded. but maybe it it has to do with the indents because i forgot to put them in, maybe this is the problem.