Skip to content

Instantly share code, notes, and snippets.

@kimoto
Created December 22, 2010 06:41
Show Gist options
  • Select an option

  • Save kimoto/751182 to your computer and use it in GitHub Desktop.

Select an option

Save kimoto/751182 to your computer and use it in GitHub Desktop.
FPSの類似ゲームルールまとめ
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