Skip to content

Instantly share code, notes, and snippets.

@dupuy
dupuy / README.rst
Last active June 3, 2024 23:01
Common markup for Markdown and reStructuredText

Markdown and reStructuredText

GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.

"""
遊戲名稱:推星星
學號:B01290621
姓名:賴琮仁
作業編號:期末專題報告
完成時間:2014.6.20
"""
import random, sys, copy, os, pygame
from pygame.locals import *