Open main menu

CDOT Wiki β

Changes

6502 Math and Strings Lab

44 bytes added, 19:52, 30 January 2022
Decide What to Write
* A maze
* A number guessing game (try to guess a random number in the shortest number of tries, getting feedback of "too high" or "too low" for each wrong guess)
* [https://en.wikipedia.org/wiki/WordleWordle]
* Or any other type of game...
You can interact with the user using either display. For example:
* The main interaction could be on the graphical display, and instructions could be printed on the text display (which keys to use to move, for example); or
* The main interaction could be on the text display, and an appropriate pattern could be shown on the bitmap display (for example, a version of Wordle could display the words on the text display and the scoring of the guesses on the graphical dispalydisplay), or a calculator could use the text display for input and show a binary representation or a colour code on the graphical display (such as green for positive numbers, yellow for negative numbers, red for bad input).
{{Admon/tip|Keep it very simple!|Assembly language is hard. Choose something SUPER simple - you can always add features!}}
=== Write it! ===