Hello everone and thanks in advance for any help you can give me.
I want to create a game or so in which (2) MSP430G22553 Launchpads are involved; the steps are:
1. Each player submits their coordinates
2. Select player turns (1st player, 2nd player)
3. Start the game while alterning turns
4. Indicate if the attack was a success or not
The template of the game with be a 4 column and 4 row space for the coordinates, something like A1, B2, C4...
Both MSP430G22553 should have 3 bits of input and 3 bits of output. We also have an LCD 16x2 and (2) pushbuttons.
MSP430G22553 communication should be:
User coordinates should be stored at an output and the recieving user should store it on an input.
When the input changes its status, it should then record the new input, and so on.
I want to create this game on the MSP430 using Assembly Language, anybody has an idea on commands, directives, etc.. that I could use to accomplish this?
Or maybe can show me some examples that can help me?
Thank you very much in advance.