memorygame.xml

来自「Open C++: Memory Game Example This Op」· XML 代码 · 共 14 行

XML
14
字号
<?xml version="1.0"?>
<!DOCTYPE asptml SYSTEM "/epoc32/tools/cshlpcmp/dtd/asptml.dtd">
<?xml:stylesheet href="/epoc32/tools/cshlpcmp/xsl/asptml.xsl" title="asptml" type="text/xsl"?>
<asptml>
<uid value="0xA000A331"/>
<topic><category>MemoryGame</category><topictitle>General Information</topictitle>
<synonyms>General Information</synonyms>
<context contextUID="General_Information"/>
<index>General Information</index>
<p>Game Description</p>
<p>On each turn a player turns over two cards and tries to find pairs. If a player turns over two cards that do not match, those cards are  turned face down again. When all the pairs have been found the game ends. The game keeps track of how fast a player can find all of the matching pairs and how many turns it takes. The best scores are saved in the highscore files.</p>
</topic>
</asptml>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?