Post Reply 
(34S) Crude Snake game
11-12-2015, 07:39 AM
Post: #7
RE: (WP-34S) Crude Snake game
You can enter the X register as . . pretty much everywhere. I.e. you don't need the ENTER to bring the s onto the display.

Also, the program will be faster if the #xxx constants are used instead of digits wherever possible. Especially the single digit numbers. The reason is the digits are entered into the command line and then they are parsed into a number using lots of floating point arithmetic. The #xxx constants are directly loaded into the register.

A neat program nonetheless.


- Pauli
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(34S) Crude Snake game - Dave Britten - 06-01-2014, 12:55 PM
RE: (WP-34S) Crude Snake game - inaqui76 - 11-05-2015, 04:35 PM
RE: (WP-34S) Crude Snake game - fhub - 11-05-2015, 04:50 PM
RE: (WP-34S) Crude Snake game - inaqui76 - 11-05-2015, 06:16 PM
RE: (WP-34S) Crude Snake game - fhub - 11-05-2015, 06:44 PM
RE: (WP-34S) Crude Snake game - inaqui76 - 11-05-2015, 06:51 PM
RE: (WP-34S) Crude Snake game - Paul Dale - 11-12-2015 07:39 AM



User(s) browsing this thread: 1 Guest(s)