Skip to content

Instantly share code, notes, and snippets.

@shunfunaki
Last active August 29, 2015 14:26
Show Gist options
  • Save shunfunaki/601a7c50230aaa2b3b6d to your computer and use it in GitHub Desktop.
Save shunfunaki/601a7c50230aaa2b3b6d to your computer and use it in GitHub Desktop.

課題

次のソースコードが動作するよう、すごろくゲームを開発せよ。

var game:Game = Game();
game.setBoard(Board(csvFileName: "board"));
game.addPlayer(Player(playerName: "Taro"));
game.addPlayer(Player(playerName: "Jiro"));
game.setDice(Dice());
game.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment