Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: ajorians on July 18, 2017, 09:59:26 pm

Title: Yahtzee TI-84 Plus CE
Post by: ajorians on July 18, 2017, 09:59:26 pm
Hey Guys!

I wrote my first program for the TI-84 Plus CE!  It is Yahtzee which I wrote for the TI-NSpire calculators.  It was a C++ program but I adapted it to C for the TI-84 Plus CE.

Hope you like it!  Let me know what you think! :)
Title: Re: Yahtzee TI-84 Plus CE
Post by: SpiroH on July 19, 2017, 08:47:56 am
Great as usual!
I would go a step further down into assembly, though :P.
Title: Re: Yahtzee TI-84 Plus CE
Post by: ajorians on July 19, 2017, 07:56:00 pm
Hey SpiroH,

I was very hopeful that you in-particular would see this post!  It is always great to hear from you!  You have been a big supporter and I love it!

It has been too many years since I had a class on assembly.  I like how with GCC/other compilers you can write C and then see that function in assembly.  As well as can increase the optimization level and see what happens.  So maybe someday I'll try something in assembly.  Yahtzee is surprisingly simple that it does make a good candidate to write in assembly.

Well have a great day everyone!