mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-09-15 19:36:55 +00:00
Updated Snippet: Keyboard controlled robot (markdown)
parent
dd08214b9b
commit
b22e32b27b
@ -1,16 +1,16 @@
|
|||||||
This program creates a robot that is controlled directly by [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Keyboard).
|
This program creates a robot that is controlled directly by [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Keyboard).
|
||||||
|
|
||||||
Key | Action
|
Key | Action
|
||||||
------|---------
|
------|---------
|
||||||
`WSAD` | Move
|
`WSAD` | Move
|
||||||
`E` | Mine using [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Drill)
|
`E` | Mine using [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Drill)
|
||||||
`F` | Gather [Biomass](https://github.com/simon987/Much-Assembly-Required/wiki/Biomass) using [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Laser)
|
`F` | Gather [Biomass](https://github.com/simon987/Much-Assembly-Required/wiki/Biomass) using [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Laser)
|
||||||
`I` | Show ID of item in [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory)
|
`I` | Show ID of item in [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Inventory)
|
||||||
`C` | Clear [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory)
|
`C` | Clear [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Inventory)
|
||||||
|
|
||||||
```assembly
|
```assembly
|
||||||
; HEADER - Constants by hackersoup with help of many contributors
|
; HEADER - Constants by hackersoup with help of many contributors
|
||||||
; https://github.com/simon987/Much-Assembly-Required/wiki/Snippet:-Constants
|
; https://github.com/simon987/Much-Assembly-Required/wiki/(Snippet)-Constants
|
||||||
|
|
||||||
;*************************** Hardware IDs
|
;*************************** Hardware IDs
|
||||||
HWID_LEGS equ 0x1
|
HWID_LEGS equ 0x1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user