Skip to content

Commit

Permalink
Update ExampleProjects/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-wei committed Nov 23, 2023
1 parent 66857dc commit a9b3307
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/test/ExampleProjects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ Cat and dog sprite positions are not randomized when run in the emulator because

[Project demo](https://youtu.be/CWI60TmpJHM)

The black screen at the start of the program is intentional (but likely a bad idea, in retrospect, because a black screen makes it look like my project isn't working).

The controls follow [Rubik's cube notation](https://youtu.be/24eHm4ri8WM).
These controls follow [Rubik's cube notation](https://youtu.be/24eHm4ri8WM).

## Face moves

Expand All @@ -50,13 +48,13 @@ The controls follow [Rubik's cube notation](https://youtu.be/24eHm4ri8WM).

## Rotations

| Input | Action |
| :-------------: | :----: |
| x | x |
| y | y |
| z | z |
| accelerometer x | x |
| accelerometer y | y |
| Input | Action |
| :---------------------------------------------------: | :----: |
| x | x |
| y | y |
| z | z |
| accelerometer x (when outside the range $[114,398]$ ) | x |
| accelerometer y (when outside the range $[82,430]$ ) | y |

## Move configuration

Expand Down

0 comments on commit a9b3307

Please sign in to comment.