How to resolve the algorithm RCRPG step by step in the Common Lisp programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm RCRPG step by step in the Common Lisp programming language

Table of Contents

Problem Statement

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 this blog post by Michael Mol, and the Perl version comes from there.

Let's start with the solution: