Gauche:Game
Gauche:LandOfLisp
GaucheでLand Of Lisp
『Land of Lisp』(Shiro:LandOfLisp) のゲームで遊ぶために いちいちCLISPを立ち上げるのが面倒、という方々のために、コードをGaucheに移植したよ!
全てのコードはこちらから。開発版HEADでチェックしてるので、0.9.3.3だとエラーが出るかも。
元のコードは原著のページ http://landoflisp.com/source.html から取れる(ただ、このページから取れるソースより本に載ってるソースの方が新しいので注意)。Conradさんが「Public Domainでいいよ」って言ったので、Gauche版もPublic Domainで。
- GaucheでLand Of Lisp
- 概要
- guess.scm (第2章)
- wizards_game.scm (第5, 6章)
- graph-util.scm (第7章)
- wumpus.scm (第8章)
- orc-battle.scm (第9章)
- evolution.scm (第10章)
- robots.scm (第11章)
- webserver.scm (第13章)
- dice_of_doom_v1.scm (第15章)
- svg.scm (第17章)
- wizard_special_actions.scm (第17章)
- lazy.scm (第18章)
- dice_of_doom_v2.scm (第18章)
- dice_of_doom_v3.scm (第19章)
- dice_of_doom_v4.scm (第20章)
- コメント
Gauche:遺伝的アルゴリズム
関連
Gauche:CG
Other games written in gauche scheme
- a pong:
git clone https://karme.de/git/pong
- a tank game:
git clone https://karme.de/git/tank
- a character-terminal based snake game in Gauche example https://github.com/shirok/Gauche/blob/master/examples/snake.scm
Tag: Game