package game
The game
package contains example applications for simulation oriented
games.
- Alphabetic
- By Inheritance
- game
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Value Members
-
object
CardsTest extends App
The
Cards
object is used to test theCards
class.The
Cards
object is used to test theCards
class. > runMain apps.game.CardsTest -
object
MontyHall extends App
The
MontyHall
object is used to test whether staying or switching picks when selecting a prize behind one of three doors in "Let's Make a Deal" is the better strategy.The
MontyHall
object is used to test whether staying or switching picks when selecting a prize behind one of three doors in "Let's Make a Deal" is the better strategy.- See also
en.wikipedia.org/wiki/Monty_Hall_problem > runMain apps.game.MontyHall