[erlang-questions] Just for fun. Erlang Quiz. Conversational adventure.
Pedro Del Gallego
pedro.delgallego@REDACTED
Sat Apr 14 05:45:08 CEST 2007
Im quite newbie to Erlang. I would like to write an easy distribute
and conversational adventure. I had been working over this page sample
[1], that describe how to do a sample adventure. The game must have :
* A map that describe the world.
* A list of object.
* Each object its only in one place at the same time.
* The characet can walk in any allowed direction.
* The caharacter can only stay in one place at the same time.
* Commands :
* describe a location. --> look.
* describe path.
* walk east, west, south, north, upstairs, downstairs.
* pcik an object.
* List the objects of a location.
You can see and example of the play [2] and the implementation code in lisp [3]
I hope you enjoy.
[1] : http://www.lisperati.com/casting.html
[2] : http://www.lisperati.com/cheat.html
[3] : http://www.lisperati.com/code.html
--
-------------------------------------
Pedro Del Gallego
Email : pedro.delgallego@REDACTED
More information about the erlang-questions
mailing list