Classic game implemented in R language using plots
You can use RStudio to launch the script or some CLI tool
- w, s, a, d -> choose direction
- just ENTER -> repeat last action
- q -> quit game
You need to accept each character key with ENTER
Proof-of-concept, plotting snake game board using rects and implementing snake logic
Classic game implemented in R language using plots
You can use RStudio to launch the script or some CLI tool
You need to accept each character key with ENTER
Proof-of-concept, plotting snake game board using rects and implementing snake logic