Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyrider3774/rubido_wasm4
A little chinese checkers or solitaire game with four difficulties for the wasm4 fantasy computer system
https://github.com/joyrider3774/rubido_wasm4
board-game c chinese-checkers-game games retro solitaire-game wasm4
Last synced: about 3 hours ago
JSON representation
A little chinese checkers or solitaire game with four difficulties for the wasm4 fantasy computer system
- Host: GitHub
- URL: https://github.com/joyrider3774/rubido_wasm4
- Owner: joyrider3774
- License: mit
- Created: 2024-06-17T10:26:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T14:46:04.000Z (8 months ago)
- Last Synced: 2024-06-21T07:51:27.666Z (8 months ago)
- Topics: board-game, c, chinese-checkers-game, games, retro, solitaire-game, wasm4
- Language: HTML
- Homepage: https://joyrider3774.github.io/rubido_wasm4/
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rubido WASM4 Version
![DownloadCountTotal](https://img.shields.io/github/downloads/joyrider3774/rubido_wasm4/total?label=total%20downloads&style=plastic) ![DownloadCountLatest](https://img.shields.io/github/downloads/joyrider3774/rubido_wasm4/latest/total?style=plastic) ![LatestVersion](https://img.shields.io/github/v/tag/joyrider3774/rubido_wasm4?label=Latest%20version&style=plastic) ![License](https://img.shields.io/github/license/joyrider3774/rubido_wasm4?style=plastic)![screenshot 1](screenshots/screenshot1.png) ![screenshot 2](screenshots/screenshot2.png) ![screenshot 3](screenshots/screenshot3.png)
![screenshot 4](screenshots/screenshot4.png)Rubido is a little chinese checkers or solitaire game with four difficulties.
## WASM4 Game Features:
- Multiple color palettes
- Options screen
- Mouse controls
- Four difficulties
- Saves best results## Playing the Game:
The aim of the game in chinese checkers is to select a peg on the board and jump over another peg to land on an empty spot. When doing this the peg you jumped over will be removed from the board.
You need to play the game in such a way that only one peg remains on the board at the end. Depending on the difficulty you had chosen this can be either (only) in the middle of the board or anywhere on the board.
Also depending on the difficulty you had chosen you can either jump horizontally and veritically over pegs or diagonally as well.## Diffuclties
### Very Easy
- Jump over Pegs vertically, horizontally and diagonally
- Last Peg can be anywhere on the board### Easy
- Jump over Pegs vertically, horizontally and diagonally
- Last Peg must end on the middle board### Hard
- Jump over Pegs vertically and horizontally only
- Last Peg can be anywhere on the board### Very Hard
- Jump over Pegs vertically and horizontally only
- Last Peg must end on the middle board## Controls
| Keys | Action |
| ------ | ------ |
| arrow keys | Select menu's or difficulties. During gameplay move the peg selector around. |
| x | Confirm in menu and difficulty selector. During gameplay activate the peg where the peg selector is. If there was a peg already selected it will deselect it |
| c | Return to Title Screen || Mouse | Action |
| ------ | ------ |
| mouse move | Select menu's or difficulties. During gameplay move the peg selector around. |
| left button | Confirm in menu and difficulty selector. During gameplay activate the peg where the peg selector is. If there was a peg already selected it will deselect it |
| right button | Return to Title Screen |