Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add my rubido game (chinese checkers boardgame) #726

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading