Home | News | Rules | Faq | Video | Download | Buy | About |
New! C-jump Teacher's Guide Download C-jump Board Game Virtual Tour to view the animation of c-jump rules. |
Player rolls the die and moves one of his/her skiers, counting off the number of squares. The game can be played with one or more skiers for each player. With multiple skiers of the same color on the board, players may choose any of their skiers to move. |
x++ means "increment x by one". The
player should add one to the number rolled on the die. For example, if the
number rolled is 4, the resulting number of steps is 5:
|
The else keyword indicates a pathway that should be followed when condition of the previous if statement was false. From this location, a skier moves accordingly to the number rolled on the die. |
keyword break creates an exit from a loop or a switch. From this location, a skier moves the number of spaces rolled on the die. |
return statement returns
skiers back to the ski base. Regardless of a number rolled, the skier moves
past the finish line.
|
To complete their goal, skiers must cross the finish
line by exact number of steps, counting finish
location as a square. If the number of steps is too big, the player must choose
another skier, or skips the turn.
|
US Patent 6,135,451
© 1997-2016 Igor Kholodov. All rights reserved. This document is protected by International and US Copyright Laws. No part of this document may be reproduced in any form by any means without prior written authorization. The information described in this document is protected by one or more U.S. patents, foreign patents, or pending applications. |