adjust wording

ohsqueezy 2023-05-17 00:33:51 -04:00
parent 6283bb51b8
commit 7c3ee5f737
3 changed files with 10 additions and 9 deletions

@ -58,4 +58,4 @@ The code, electronics, assets, and manual are released with open licensing, so S
| ⬅ Previous Page | Next Page ➡ |
| --------------- | -------------------------- |
| [[Home]] | [[Supplies and Equipment]] |
| [[Home]] | [[Supplies and Equipment]] |

@ -1,6 +1,9 @@
Scrapeboard Wiki
================
![demo](https://scrape.nugget.fun/www/Scrapeboard_Gameplay_Demo_picture_in_picture.webp)
Scrapeboard is an arcade game that uses a skateboard deck and metal floor pads for input. In the game, the player is a lizard who is given a skatedeck by Tony Hawk and challenged to physical matches against a series of goons. The object of each match is to perform combinations of foot moves on a sliding board as quickly as possible as they are displayed on screen.
Scrapeboard is a physical arcade game played with a skateboard deck and four metal floor pads. In the game, the player is a lizard who is given a skateboard deck autographed by Tony Hawk and challenged to face off against his goons. The object of each match is to perform combinations of moves on a skateboard deck as quickly as possible in order to block lethal sword attacks.
History
-------
@ -17,4 +20,4 @@ The [builder's manual](Builders-manual) contains detailed instructions on how to
| Next Page ➡ |
| ------------------------------------- |
| [Builder's Manual](Builders-manual) |
| [Builder's Manual](Builders-manual) |

@ -3,7 +3,7 @@ Raspberry Pi
When combining the electronics and software into a Raspberry Pi, Scrapeboard becomes a plug and play device, capable of being played by plugging into a power source and any HDMI display. This is beneficial because it makes the Scrapeboard system more portable.
This manual covers how to install everything from scratch on an empty SD card using Raspberry Pi OS Lite as the operating system. A wi-fi or LAN connection, external display, and USB keyboard are required.
This manual covers how to install everything from scratch on an empty SD card using Raspberry Pi OS Lite as the operating system. A Wi-fi or LAN connection, external display, and USB keyboard are required.
Model
-----
@ -154,13 +154,11 @@ and enable it
sudo systemctl enable scrapeboard.service
Now Scrapeboard will launch at startup and will restart itself if it ever is closed or crashes, and it can be controlled through `systemd`
Now Scrapeboard will launch at startup and will restart itself if it ever is closed or crashes. If it needs to be restarted or stopped manually it can be controlled through `systemd`.
> sudo systemctl start scrapeboard
...
> sudo systemctl stop scrapeboard
sudo systemctl [start | stop] scrapeboard
Use `SHIFT + q` to permanently quit and get back to the Raspberry Pi console. The regular quit button `Q` will cause the game to be relaunched automatically.
Use `SHIFT + q` to permanently quit and get back to the Raspberry Pi console because the regular quit button `Q` will cause the game to be relaunched automatically.
| ⬅ Previous Page | Next Page ➡ |
| --------------- | --------------------- |