-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #726 from joyrider3774/add_rubido
add my rubido game (chinese checkers boardgame)
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
author: Davy Willems | ||
github: joyrider3774 | ||
date: 2024-06-17 | ||
--- | ||
|
||
# Rubido | ||
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 | | ||
|
||
|
||
## Source Code | ||
[https://github.com/joyrider3774/rubido_wasm4](https://github.com/joyrider3774/rubido_wasm4) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.