(34S) Crude Snake game
|
06-01-2014, 12:55 PM
(This post was last modified: 06-15-2017 01:21 PM by Gene.)
Post: #1
|
|||
|
|||
(34S) Crude Snake game
Since the 34S has some simple commands for polling the keyboard and drawing directly to the (tiny) dot-matrix screen, I figured I may as well see how suitable it is for action games. The results aren't too bad.
Code: 001 LBL'SNK' Just XEQ'SNK', and the game begins immediately. Use 2, 4, 6, and 8 to control the snake's direction. The snake can wrap around the edges of the playfield. Your score is displayed during and after the game. There's plenty of room for improvement here. I'm not real pleased with the keyboard handling, but I wrote it at 2:00 AM. Seems like it's a bit more sluggish than I would expect based on the hardware, but that's probably because gPLOT has to blit the entire screen from several registers, rather than being able to directly poke at bits in the display RAM. Paul, Walter, more graphics commands for future firmware versions perhaps? |
|||
« Next Oldest | Next Newest »
|
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: 2 Guest(s)