CLI-based maze-game: Difference between revisions

Content added Content deleted
(maze, game, cli)
 
Line 2: Line 2:
== Task: Create a complete but CLI-controlled maze-game! ==
== Task: Create a complete but CLI-controlled maze-game! ==
Use the CLI interface only. The symbols:
Use the CLI interface only. The symbols:

1. The hero: @
1. The hero: @

2. Strong monsters: * (they can kill you).
2. Strong monsters: * (they can kill you).

3. Weak monsters: . (You can kill them).
3. Weak monsters: . (You can kill them).

4. Treasure: $
4. Treasure: $

5. Wall: X
5. Wall: X

6. Bomb: b
6. Bomb: b

7. Revolving door: -o-
7. Revolving door: -o-

and:
and:

|
|<br>
o
o<br>
|
|<br>

(the monsters are stupid, they can't use these doors)
(the monsters are stupid, they can't use these doors)


Line 20: Line 30:


Note: I apologize of my bad English, I'm very sorry...
Note: I apologize of my bad English, I'm very sorry...



=={{header|Furor}}==
=={{header|Furor}}==