As you probably suspect, I like Minecraft, and so here is another version, this time for the Ti84+. This is a game I made in the past and decided to share here. This program is written in TIBASIC. I present...

MinecrafTI(84)





Current Features (v1)
Saving/Loading worlds saved in the B matrix
Ability to place/mine 3 different blocks:
►Tall grass
►Dirt (1st layer)
►Stone (2nd layer)[/list]
Gravity
Control menu


Controls
A control menu is also included in the program.
Arrows→move
Number pad→Action (break/place)
[y=]→Cycle selected block
[del]→Save + back to menu
[2nd]→Break mode
[alpha]→Place mode


Tell me what you think!

Download the program: >>DOWNLOAD<< (Github)
For the main menu, you should replace this:

Code:
1->A
While 1
   If A=1
   Then
      Output(4,6,">
      Output(5,6,"
      Output(6,6,"
      Output(7,6,"
   End
   If A=2
   Then
      Output(5,6,">
      Output(4,6,"
      Output(6,6,"
      Output(7,6,"
   End
   If A=3
   Then
      Output(6,6,">
      Output(4,6,"
      Output(5,6,"
      Output(7,6,"
   End
   If A=4
   Then
      Output(7,6,">
      Output(4,6,"
      Output(5,6,"
      Output(6,6,"
   End
   Repeat K
      getKey->K
   End
   If K=25 and A!=1
   A-1->A
   If K=34 and A!=4
   A+1->A
   If K=105 and A=1
   Goto NW
   If K=105 and A=2
   Goto LD
   If K=105 and A=3
   Goto CN
   If K=105 and A=4
   Goto X
End

With this:

Code:
0->A
While Ans!=105
   Output(A+4,6,">
   Output(A+3,6,"
   Output(A+5,6,"
   A-(Ans=25 and A)+(Ans=34 and A!=3->A
   getKey
End
If A=3
Goto X
If A=1
Goto LD
If not(A
Goto NW
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement