tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
10
Task/RCRPG/0DESCRIPTION
Normal file
10
Task/RCRPG/0DESCRIPTION
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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 be 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] by [[User:Short Circuit|Michael Mol]], and the Perl version comes from there.
|
||||
2
Task/RCRPG/1META.yaml
Normal file
2
Task/RCRPG/1META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
note: Games
|
||||
Loading…
Add table
Add a link
Reference in a new issue