Just a normal game made with python
The map looks like this :
0 = Wall, 1 = Random Fight, 2 = Danger Boss, 3 = Boss,
4 = Chest,5 = Start, 6 = Stairs, 7 = Merchant,
8 = Door, 9 = Goal
Map = 20 x 22:
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],#0
[0,5,1,2,2,2,2,2,1,1,1,1,1,1,4,1,1,1,1,0],#1
[0,0,0,2,2,2,2,2,1,1,1,4,1,1,1,1,1,1,1,0],#2
[0,1,1,2,2,3,2,2,1,1,1,1,2,2,2,2,2,1,1,0],#3
[0,1,1,2,2,2,2,2,1,1,1,1,2,2,2,2,2,1,1,0],#4
[0,1,1,2,2,2,2,2,1,1,1,1,2,2,3,2,2,1,1,0],#5
[0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,1,1,0],#6
[0,1,4,1,2,2,2,2,2,1,1,1,2,2,2,2,2,1,1,0],#7
[0,1,1,1,2,2,2,2,2,1,4,1,1,1,1,1,1,1,1,0],#8
[0,1,1,1,2,2,3,2,2,1,1,1,1,1,1,1,4,1,1,0],#9
[0,1,1,1,2,2,2,2,2,1,1,1,7,1,2,2,2,2,2,0],#10
[0,1,1,1,2,2,2,2,2,1,1,1,0,1,2,2,2,2,2,0],#11
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0],#12 Stair 1
[0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],#13 Stair 2
[0,4,1,1,7,1,1,1,1,1,8,8,1,1,1,1,0,1,1,0],#14
[0,1,1,1,1,1,1,1,1,1,8,8,1,1,2,2,0,1,1,0],#15
[0,1,2,2,2,2,2,1,1,1,8,8,1,1,2,2,0,1,1,0],#16
[0,1,2,2,2,2,2,1,1,1,8,8,1,4,2,2,3,1,1,0],#17
[0,1,2,2,3,2,2,1,1,1,8,8,1,1,2,2,0,1,1,0],#18
[0,1,2,2,2,2,2,1,4,1,8,8,1,1,2,2,0,1,1,0],#19
[0,1,2,2,2,2,2,1,1,1,8,8,1,1,1,1,0,1,9,0],#20
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]#21
Merchant position:
10:13
4:14
Boss position:
3:5
5:14
9:6
17:19
18:4
Stairs position:
18:12
4:13
Door position:
10:14
10:15
10:16
10:17
10:18
10:19
10:20
you can choose a secret class at the beginning , just enter "admin" when you have to choose your class and will have big stat ( 100 in each )