[console_scripts]
list_games = ConsoleFun.list_games:list_games
play-chess = ConsoleFun.chess:play
play-guessing-game = ConsoleFun.guessing_game:start_game
play-rock-paper = ConsoleFun.rps:rock_paper_scissors
