RCRPG: Difference between revisions

807 bytes added ,  14 years ago
This will fix RCRPG on the Unimpl pages.
m (Fix so the redirect isn't in the category)
(This will fix RCRPG on the Unimpl pages.)
Line 1:
{{task|Games}}Create a simple interactive game which incorporates the following features:
#REDIRECT [[:Category:RCRPG]]
 
* room-based navigation in three integer dimensions (x,y,z)
* player inventory
* three types of item: sledge, gold and ladder
* a goal coordinate
 
Use of the sledge should required to create a passage between rooms. The ladder should be present in a room (but not held by the player), in order for the player to access the room above him. The gold need not have a function.
 
This project is based on [http://web.archive.org/web/20080212201605/http://shortcircuit.us/muddy-kinda-like-a-mud-but-single-player/ this blog post], and the Perl version comes from there.
 
=={{header|RCRPG/C}}==
 
See [[RCRPG/C]].
 
=={{header|Common Lisp}}==
 
See [[RCRPG/Common Lisp]].
 
=={{header|Perl}}==
 
See [[RCRPG/Perl]].
 
=={{header|Tcl}}==
 
See [[RCRPG/Tcl]].