Objective
Launch the initial version of the system with the following components:
- Backend running on a server, listening to move events, sending
answerPlayerMove transactions to the game contract.
- Game contract deployed, accepting transactions, and forwarding them to the top grid contract.
- Top grid contract deployed and accepting
answerPlayerMove.
Tasks
Backend
Game Contract
Top Grid Contract
Development Details
Acceptance Criteria
Objective
Launch the initial version of the system with the following components:
answerPlayerMovetransactions to the game contract.answerPlayerMove.Tasks
Backend
answerPlayerMoveTransactions: Implement logic to sendanswerPlayerMovetransactions to the game contract.Game Contract
Top Grid Contract
answerPlayerMove.Development Details
BattleShipContract: Modify the contract to sendanswerPlayerMoveto the grid.BattleShip: Deploy this version ofBattleShipand register it with the system.Acceptance Criteria
answerPlayerMovetransactions are sent correctly.answerPlayerMove.BattleShipis updated, deployed, and registered.