Skip to content

Commit

Permalink
Merge pull request #726 from joyrider3774/add_rubido
Browse files Browse the repository at this point in the history
add my rubido game (chinese checkers boardgame)
  • Loading branch information
aduros authored Jun 17, 2024
2 parents a06ee1f + 40fec87 commit 1002f65
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions site/static/carts/rubido.md
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)
Binary file added site/static/carts/rubido.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/rubido.wasm
Binary file not shown.

0 comments on commit 1002f65

Please sign in to comment.