Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AssemblyBandit

Pages: 1 2 3 [4] 5 6 ... 26
46
TI Z80 / Re: Jezzball v1.0 Released, in Monochrome and Color
« on: December 01, 2013, 03:06:38 am »
Nice game! The color version seems to run faster than the regular version!

47
TI Z80 / Re: TI-84+CSE Mode7 test
« on: November 30, 2013, 08:57:27 pm »
I want it!

48
TI Z80 / Re: Jumper for the +C
« on: November 30, 2013, 08:53:27 pm »
Thanks Sorunome! Platforms never get too far apart. You could keep going forever, but I specifically added in the pink platforms to be too hard to jump on. If your fast and you time it right, you can get past them, but they're pretty quick and they're also distracting.

49
TI Z80 / Re: Jumper for the +C
« on: November 30, 2013, 07:00:39 pm »
Jumper v1.0 is out!

[ Invalid YouTube link ]

http://www.ticalc.org/archives/files/fileinfo/457/45754.html

50
TI Z80 / Re: Jumper for the +C
« on: November 26, 2013, 07:18:39 pm »
Thanks, its almost finished! Its going to be a pretty good game!

51
TI Z80 / Re: Barebones Mastermind Game
« on: November 25, 2013, 04:47:55 pm »
Works perfect!

52
TI Z80 / Re: Jumper for the +C
« on: November 25, 2013, 04:26:08 pm »
Yeah, that's not implemented yet, probably going to be after I finish the platforms.


*Edit: Still not in, maybe never going to be put in?

53
TI Z80 / Re: Jumper for the +C
« on: November 25, 2013, 03:52:24 am »
I haven't made too much progress in Jumper, some rival crews in GTAV were trying to take over my block and I had to put in some work ;) But now I'm back to my real thug life programming the +C.



Keepin it gangster...

54
TI Z80 / Re: Barebones Mastermind Game
« on: November 24, 2013, 09:51:19 pm »
You know how you type in the 4 numbers then press enter and it copies the numbers to the side? If you never press enter you can press 0000 then press left to erase it, then 0001... eventually you would find the right number and win without ever using one guess! Instead of checking for the winning number after its posted, the game checks for it as its entered.

55
TI Z80 / Re: Barebones Mastermind Game
« on: November 24, 2013, 07:34:38 pm »
Found  a bug! Because it checks for the winning number when I enter it, all I have to do is find 2 or 3 numbers then randomly enter the other digits, hit left to erase them, and repeat until it says I win!

56
Introduce Yourself! / Re: Hey, what's up?
« on: November 23, 2013, 09:49:25 pm »
Hi JWinslow23! Axe is awesome, although I can't program in BASIC or AXE!

57
TI Z80 / Re: Candy Wars
« on: November 23, 2013, 09:46:23 pm »
Wow, I really suck at BASIC!

58
TI-BASIC / QR Converter
« on: November 23, 2013, 09:41:30 pm »
This program will take a QR code image (or any black and white image) and convert it to a TI-BASIC program that uses pxl-on() commands to display it. I can't say that its efficient, pxl-on commands take up more space than a compressed 1bit image. It sets the color to black, adds X and Y offsets, and doubles the resolution so that it can be read by QR code readers. Note that the demo program uses 18k bytes of RAM!

59
TI Z80 / Re: Candy Wars
« on: November 23, 2013, 06:37:08 pm »
I couldn't find a way to convert real variables to strings without assembly :(

Here's what I got, it doesn't look pretty, I suck at BASIC, it uses 7 extra variables, but it does display up to 9,999,999 days in the menu:

Code: [Select]
Lbl C
"0123456789"->Str3
"DAYS"->Str1
D->E
0->B
":"->Str2
1000000->A
While A != .1
If iPart(E/A)=0 and B=0
Goto S
Str2+sub(Str3,iPart(E/A)+1,1)->Str2
1->B
E-iPart(E/A)*A->E
Lbl S
A/10->A
End
Str1+Str2->Str1
0
Menu("   CANDY WARS","SEE PRICES",0,"SEE YOUR CANDY",1,"BUY",2,"SELL"
,3,"EXIT",theta,Str1,C)

It looks like:

   CANDY WARS
1:SEE PRICES
2:SEE YOUR CANDY
3:BUY
4:SELL
5:EXIT
6:DAYS:123

You could do a better job than me optimizing it if you think it looks good enough.

60
TI Z80 / Re: Candy Wars
« on: November 23, 2013, 03:59:32 pm »
I like it, it works for the +C! Maybe display the day in the main menu. And how do I lose over $3,000 outside!? Does it just fall out of my pocket! Maybe add a bully to take place of officer hardass! And you could buy brass knuckles or something to beat him up! :D (Or a shotgun to give it a nice american touch ;)) Good job on the game!

Pages: 1 2 3 [4] 5 6 ... 26