网页推理游戏

编程入门 行业动态 更新时间:2024-10-27 03:43:02

<a href=https://www.elefans.com/category/jswz/34/1771338.html style=网页推理游戏"/>

网页推理游戏

目录

python challenge

(0)

(1)

(2)

The Riddle

(1)

(2)

(3)

(4)

Nazo

(1)

(2)

(3)

(4)


有一类游戏,通过解读html页面中的内容,推理出下一个html的url,从而进入下一关。

这一类游戏可以有很多花样,可以有不同的主题。

python challenge

这是以python为知识背景的html游戏。

入口:.html

(0)

错误答案:

.html

**38.html

正确答案:

.html

然后自动重定向到.html

(1)

everybody thinks twice before solving this.

g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. bmgle gr gl zw fylb gq glcddgagclr ylb rfyr'q ufw rfgq rcvr gq qm jmle. sqgle qrpgle.kyicrpylq() gq pcamkkclbcb. lmu ynnjw ml rfc spj.

一个很简单的平移加密,就是+2平移。

解码的python代码:

s = 'g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. bmgle gr gl zw fylb gq glcddgagclr ylb rfyr q ufw rfgq rcvr gq qm jmle. sqgle qrpgle.kyicrpylq() gq pcamkkclbcb. lmu ynnjw ml rfc spj.'
for c in s:if c == ' ':print(c,end='')else:print(chr((ord(c)-ord('a')+2)%26+ord('a')),end='')

输出:

i hope you didnt translate it by handd thats what computers are ford doing it in by hand is inefficient and that s why this text is so longd using stringdmaketransxy is recommendedd now apply on the urld

修整一下就是 i hope you didnt translate it by hand. thats what computers are for. doing it in by hand is inefficient and that's why this text is so long. using string.maketrans() is recommended. now apply on the url. 

关键是最后一句话,把map变成ocr

正确答案:.html

(2)

The Riddle

(1)

/cipher/link.html

点进去就行了

(2)

/cipher/missinglink.html

(3)

/cipher/thethirdstage.html

往上看的意思应该就是,直接看url

(4)

/cipher/thefourthstage.html

如果输入thefifthstage.html :

Nazo

(1)

(2)

输入2个字分开了,所以答案是“入答案”

(3)

直接改url

(4)

更多推荐

网页推理游戏

本文发布于:2023-11-15 08:01:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1596338.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网页   游戏

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!