| bet | A bet object that is placed for a leg on a given camel |
| board | A board object on which the game is played |
| camel | Implements camel class based off of the board game pieces |
| cleanColors | Correctly orders colors for graphing |
| die | A three sided die, assigned a color corresponding to a camel |
| generateUI | Generate CamelUp UI |
| overall.bet | A bet object that is placed overall on a given camel |
| playCamelUp | Play the game CamelUp |
| player | Player object to represent each player using bets and a purse |
| server | Define server logic for CamelUp game |
| space | Implements spaces on the board |
| stack | Implements a classic stack with push, pop and a few other methods |
| system | System class that manages overall game play |