Created
December 22, 2010 06:41
-
-
Save kimoto/751182 to your computer and use it in GitHub Desktop.
FPSの類似ゲームルールまとめ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FPSの類似ゲームルールまとめ(省略表記も出来れば付加) | |
| 記法について(BNF) | |
| rule ::= rule-group { "/" rule-group } | |
| rule-group ::= rule-name [ "(" rule-reduced-names ")" ] | |
| rule-reduced-names ::= rule-name { "," rule-name } | |
| single | |
| Free for All(FFA) / Deathmatch / instagib | |
| Race | |
| Duel(1on1, 1vs1) | |
| team | |
| Team deathmatch(TDM) / Greed | |
| Arena / Clan Arena(CA) / 殲滅戦 | |
| Territories / Domination / Conquest / Team Domination(TDO) / Territory Control(TC) | |
| Rush / Control Point(CP) | |
| Capture the flag | |
| Defuse / Search and Destroy / bomb / Demolition | |
| King of the hill(KOTH) / Headquoters | |
| Headhunt / Hostage / VIP | |
| Duel Arena | |
| Payload(PL) / 防衛戦 | |
| Freez Tag | |
| other | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment