Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sungj921028/magic-cube-block
https://github.com/sungj921028/magic-cube-block
c coursework cube-block
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sungj921028/magic-cube-block
- Owner: SunGj921028
- Created: 2024-04-29T13:09:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T17:29:50.000Z (5 months ago)
- Last Synced: 2024-08-26T20:37:38.721Z (5 months ago)
- Topics: c, coursework, cube-block
- Language: C
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magic-cube-block
![image](https://github.com/SunGj921028/magic-cube-block/blob/main/magic_cube.png)
### Rule
```bash
0: Exit the program.
1: Turn the first row from left to right.
2: Turn the second row from left to right.
3: Turn the third row from left to right.
4: Turn the first column from up to down.
5: Turn the second column from up to down.
6: Turn the third column from up to down.
```