Category:RCRPG: Difference between revisions

From Rosetta Code
Content added Content deleted
(Removed link to expired domain.)
(Prevent the double-count.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
A small, simple game. For a complete description, see [[RCRPG]].
{{task|Games}}Create a simple interactive game which incorporates the following features:

* 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.

Latest revision as of 03:49, 6 December 2009

A small, simple game. For a complete description, see RCRPG.