Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 627 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 627 Bytes

camel-up

A partial python implementation of the wonderful game Camel Up. Please buy the real game!

The program allows the movement of camels and placement of spectator tiles. It also calculates the true-probability of each camel winning the current leg.

TODO:

  • Add crazy camel execptions (always unstack, always move the laden crazy camel)
  • Add crazy camels to leg simulations
  • Add mid-leg odds calculations
  • Create nicer CLI game display and interface