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 - tifreak

Pages: 1 ... 6 7 [8] 9 10 ... 183
106
TI Z80 / Re: TI-84+ CSE: BTetris
« on: September 19, 2013, 08:30:03 am »
I can make it a little bigger and ignore the set rules of Tetris, without overly affecting the size of the program, just the size of the matrix. I've thought about doubling the size of the sprites into 6x6 blocks.. The only thing that would add would be.. 4 times the amount of Pt-On( commands, and would slow down drawing and erasing of the blocks. I might look into that once I have a fully working version going. Kind of up in the air, I really want to keep this below 3kb if at all possible.

I also fixed all collision detection and hid code off in boolean blocks to speed up the loops, so it goes a bit faster now. :)

Thanks at least for the partial compliment. lol

107
TI Z80 / Re: TI-84+ CSE: BTetris
« on: September 18, 2013, 09:08:12 pm »
Got a bit more working this evening:



And right after I stopped that screenshot, I decided to see how it handled rotating the piece and seeing if that stacked properly:



So, what do you guys think so far? :)

I'm going to try throwing it at my calc and 'play' as it stands right now. I know I still have to do the line fill checking, but that can wait until I'm sure every piece fits in properly and all the checking is done correctly.

108
TI Z80 / Re: TI-84+ CSE: Doors CS 8 Icon Creator
« on: September 15, 2013, 03:05:15 pm »
Why wouldn't it be? It's still mostly free to program for unlike the Nspire that we have to fight our way into. Granted, it's a little slower and such, but that just adds to the challenge of making cool things for it, which makes it more appealing to some :)

Plus, the fact it is backwards compatible with the 84+ for the most part in terms of math and function makes it more attractive to students, since books still have the 84+ as the used calculator for examples.

109
TI Z80 / Re: TI-84+ CSE: BTetris
« on: September 15, 2013, 02:16:26 pm »
Not really, is just me trying to follow the rules. Tetris is generally created on a 10w x 20h board. Since Pt-On( doesn't have colors when choosing options 2 and 3, I went with option 1 which puts 3x3 squares up. It sadly makes the playing area a bit smaller. It also gives me the ability to minimize code and make things more efficient.

110
TI Z80 / TI-84+ CSE: BTetris
« on: September 15, 2013, 01:51:08 pm »
The B stands for BASIC, since I know very little asm. :p

You might be asking "Why BASIC? We already have TetricA, and it's awesome."

And I will agree with you on that, it is awesome.

This is actually my first forays into building a tetris game. I've been trying to expand myself into other things beyond that of RPGs, and since I've never done this before, I figured this could be a fun learning experience. :)

As it stands right now,

I have the pieces to where they fall to the bottom

Full rotation on all 7 pieces and their varying forms

The pieces do not rotate past the right side boundary

The program is 1870 bytes in size



And the DCS8 icon:

Thoughts so far? :)

111
TI Z80 / Re: TI-84+ CSE: Doors CS 8 Icon Creator
« on: September 15, 2013, 01:36:58 pm »
Well, I hope you find the program helpful in creating some icons, DJ :)

112
TI Z80 / Re: TI-84+ CSE: Doors CS 8 Icon Creator
« on: September 10, 2013, 06:00:06 pm »
Thanks! I hope people programming the CSE will be able to utilize the program to make epic icons :)

113
TI Z80 / TI-84+ CSE: Doors CS 8 Icon Creator
« on: September 10, 2013, 10:32:40 am »
Yesterday, after it was confirmed what the header format for icons in BASIC programs will be for how they appear on DCS8, I decided (more like was encouraged) to come up with a program that would make it easier to create the 16x16 icons that BASIC programs will be able to support and show in DCS.



Welcome to Doors CS 8 Icon Creator! :) Nothing overly fancy, it allows you to change the colors real time, delete pixels with Alpha so it offers transparency, gives you a real time look at the full 16x16 image, over the 48x48 area that you are working with and the built in ability to convert it straight over to hex so you can recall it directly into your program from Str0.

This is what the icon looks like for this program when viewed with DCS:



And you can download it here: http://www.cemetech.net/programs/index.php?mode=file&path=/84pcse/basic/programs/DCS8IC.zip

114
TI Z80 / Re: TI-84+CSE: Checkers
« on: September 09, 2013, 06:42:41 pm »
We really don't want that.

TI has said that they don't hate the fact we can get ROM images from our calculators, since that means we own the calc to do so, but bootfree is something they hate very much. They are actually talking to the community again, we don't need to upset that fragile line of communication.

And thank you for the compliments :)

115
TI Z80 / Re: TI-84+CSE: Checkers
« on: September 09, 2013, 09:04:55 am »
Thanks a bunch guys :)

If you get a chance to try it out, let me know what you think on reaction time and overall speed and such. Hopefully it's considered okay with it being BASIC and all :) lol

116
TI Z80 / Re: TI-84+CSE: Checkers
« on: September 08, 2013, 09:07:06 pm »
Checkers is now available for download as version 0.9!

http://www.cemetech.net/programs/index.php?mode=file&path=/84pcse/basic/games/checkers84pcse.zip

Please give it a run through and test and let me know what you think!

I'll post up the ticalc.org link once it gets accepted to ticalc :)

117
TI Z80 / Re: TI-84+CSE: Checkers
« on: September 07, 2013, 11:59:31 am »
Thanks, I hope to get it fully working soon for others to enjoy it.

Edit:

Got player 1 to have fully functional pieces, normal and crowned. Now to modify player 2 to be like player 1, and life should be good. :)

118
Pokémon Purple / Re: Pokemon Purple
« on: September 06, 2013, 06:45:48 pm »
Hi guys, wow, this thread got busy lol

To answer the question in regards to the sprites: I had taken the time to hand convert every sprite in the list, and I had a BASIC hex2sprite interpreter that was decently fast for what it is, however, people begged and poked to get it moved to asm, and benryves, the amazing programmer he is, managed to make it so it was in asm, using my compression method, and even gave it the ability to reverse the sprite direction. Recently (like, last year) we edited the code to xor the sprites, so now I can do animations with it. I promise I have not given up on this project, btw. The CSE has taken my eyes away from it for a bit so I can at least get a few games out before someone else does ;) lol I have looked at the code lately, just trying to figure out how best to test the pokeball catch routines that I wrote.

And before you go all 'well, you wanted mostly basic', This game is.. Around 120kb in size? It's massive. Just huge. I have maybe, MAYBE 2kb in asm, but I'm pretty sure it's less. That is like 2% of the game is asm, so I think that still qualifies as being mostly basic, right? :p

As to my internet, I'm no longer on dialup, I'm on radio internet, which gets me around 1Mbps download speed. Not the greatest, but oh so much faster than dialup. I can at least youtube fairly easily now.

119
TI Z80 / Re: TI-84+CSE: Checkers
« on: September 06, 2013, 02:18:27 pm »
Sorry for not posting this here sooner:



I think that speaks for itself, now. :)

Managed to get pieces to be crowned and moves all directions. Now to get it to jump all directions.

120
TI Z80 / Re: Presidential Database CSE
« on: June 27, 2013, 07:35:39 am »
It won't be too bad once I get all the data entered in for the current 44. Then I'll have a schema set up specifically and I'll know what to add that's important :)

Thanks for the compliment!

Pages: 1 ... 6 7 [8] 9 10 ... 183