Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisinten/sokoban-action
Sokoban game using GitHub Actions :robot:
https://github.com/raisinten/sokoban-action
devto github-actions hackathon javascript opensource sokoban sokoban-action
Last synced: about 2 months ago
JSON representation
Sokoban game using GitHub Actions :robot:
- Host: GitHub
- URL: https://github.com/raisinten/sokoban-action
- Owner: RaisinTen
- License: mit
- Created: 2020-09-08T12:06:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T07:17:52.000Z (8 months ago)
- Last Synced: 2024-05-16T08:36:06.339Z (8 months ago)
- Topics: devto, github-actions, hackathon, javascript, opensource, sokoban, sokoban-action
- Homepage:
- Size: 1.26 MB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sokoban Action
:arrow_up:
:arrow_down:
:arrow_right:
:arrow_left:
:leftwards_arrow_with_hook:## Instructions
[Sokoban](https://en.wikipedia.org/wiki/Sokoban) is a game where you are supposed to push each box to a goal.
### Items
| Name | Item | Description |
| :---: | :---: | :---: |
| **Octocat** | | You can move me in all 4 directions with :arrow_up:, :arrow_down:, :arrow_right:, :arrow_left: and go back a move with :leftwards_arrow_with_hook: when you are stuck. |
| **Box** | | I get pushed in the direction Octocat moves. When I am pushed into a goal, I turn blue! |
| **Goal** | | When a box is pushed into me, it turns blue! |
| **Wall** | | You can't push me. |### Working
#### GitHub Actions
This game is made using GitHub Actions! When you click on the controls, it opens a new issue with a text to trigger the workflow. After you submit the issue, the action starts running and updates the [board](README.md) and replies to your issue.
To know more about this, check out the blog on !
Now push! :smiley:
## Code of Conduct
Please refer to the [code of conduct](CODE_OF_CONDUCT.md) for the rules for interacting with this project.
## License
This project is licensed under the [MIT License](LICENSE).