Etch-a-sketch

You have not uploaded your program! Please edit the page to upload your program.

Author:

Robert Black

Download: README.txtNo Download Available
Version: 1.0
Compatibility: TI-83/84/+/SE
File Size: 0 Bytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD

Hello, back from my garden.
I made a simple etch-a-sketch program.
Press the arrows to move.
Press Delete to clear screen.

:8→X
:4→Y
:While 1
:getKey→K
:If K=24
:Then
:Output(Y,X,"O
:X-1→X
:Output(Y,X,"*
:End
:If K=25
:Then
:Output(Y,X,"O
:Y-1→Y
:Output(Y,X,"*
:End
:If K=26
:Then
:Output(Y,X,"O
:X+1→X
:Output(Y,X,"*
:End
:If K=34
:Then
:Output(Y,X,"O
:Y+1→Y
:Output(Y,X,"*
:End
:End

What the community thinks:

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.