Author Topic: Yahtzee TI-84 Plus CE  (Read 3550 times)

0 Members and 1 Guest are viewing this topic.

Offline ajorians

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 105
  • Rating: +47/-0
    • View Profile
Yahtzee TI-84 Plus CE
« 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! :)

Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: Yahtzee TI-84 Plus CE
« Reply #1 on: July 19, 2017, 08:47:56 am »
Great as usual!
I would go a step further down into assembly, though :P.

Offline ajorians

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 105
  • Rating: +47/-0
    • View Profile
Re: Yahtzee TI-84 Plus CE
« Reply #2 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!