«game» 태그된 질문

이 도전은 일반적으로 게임 또는 게임의 일부를 기반으로하거나 관련되거나 시뮬레이션합니다.

30
ASCII 삼각형
당신의 임무는 ASCII 삼각형을 인쇄하는 프로그램이나 함수를 작성하는 것입니다. 그들은 다음과 같이 보입니다 : |\ | \ | \ ---- 프로그램은 n제약 조건 이있는 단일 숫자 입력을 0 <= n <= 1000받습니다. 위 삼각형의 값은 n=3입니다. ASCII 삼각형에는 n백 슬래시 ( \) 및 세로 막대 ( |), n+1선 및 대시 …
30 code-golf  ascii-art  code-golf  rubiks-cube  code-golf  path-finding  maze  regular-expression  code-golf  math  rational-numbers  code-golf  kolmogorov-complexity  graphical-output  code-golf  tips  code-golf  string  permutations  code-golf  sorting  base-conversion  binary  code-golf  tips  basic  code-golf  number  number-theory  fibonacci  code-golf  date  code-golf  restricted-source  quine  file-system  code-golf  code-golf  math  code-golf  ascii-art  code-golf  math  primes  code-golf  code-golf  math  matrix  code-golf  string  math  logic  factorial  code-golf  palindrome  code-golf  quine  stateful  code-golf  interactive  code-golf  board-game  code-golf  math  arithmetic  code-golf  string  code-golf  math  matrix  code-golf  math  abstract-algebra  polynomials  code-golf  date  code-golf  string  array-manipulation  sorting  code-golf  game  code-golf  string  code-golf  ascii-art  decision-problem  code-golf  number  sequence  code-golf  code-golf  code-golf  sequence  fibonacci  code-golf  math  geometry  random  code-golf  code-golf  math  decision-problem  fractal  rational-numbers  code-golf  number  number-theory  code-golf  combinatorics  permutations  card-games  code-golf  math  sequence  array-manipulation  fibonacci  code-golf  sequence  decision-problem  graph-theory  code-golf  ascii-art  parsing  lisp  code-golf  string  math  natural-language  logic  code-golf  math  logic  code-golf  string  alphabet  code-golf  string  code-golf  string 

1
매직 : 개더링 전투 골프
Magic : The Gathering 은 무엇보다도 플레이어가 생물을 나타내는 카드를 재생하여 다른 플레이어를 공격하거나 차단하여 다른 플레이어의 공격을 방어 할 수있는 거래 카드 게임입니다. 이 코드 골프 도전에서, 당신의 프로그램은 전투에서 차단하는 방법을 결정하는 매직 플레이어 대신에있을 것입니다. 각 생물에는 힘과 강인함의 두 가지 관련 속성이 있습니다. 생물의 힘은 전투에서 …

29
럭키 하우스
Super Mario 3D World에는 Lucky House 로 알려진 미니 게임이 있습니다 . 4 개의 블록이있는 슬롯 머신으로 구성됩니다. 각 블록은 5 개의 서로 다른 아이콘 (꽃, 잎, 종, 체리 또는 부메랑) 중 하나 일 수 있으며 플레이어의 목표는 가능한 많은 동일한 아이콘을 얻는 것입니다 ( 비디오 참조 ). 플레이어는 동전으로 …

11
자를 와이어
이 작업은 일련의 조건을 압축하고 처리하는 것입니다. Keep Talking and Nobody Explodes 게임에서 폭탄 디퓨저 는 복잡한 폭탄 제거 매뉴얼을 참조하는 전문가의 지시에 따라 폭탄을 해제해야합니다 . 이 과제는 매뉴얼의 5 페이지에 설명 된 "전선 주제"모듈을 처리합니다. 디퓨저에는 여러 색상의 전선이 제공됩니다. 그중 하나만 절단해도 안전합니다. 나머지는 폭탄을 폭발시킵니다. 코드는 …

6
광산을 쓸어도 될까요?
지뢰 찾기 는 타일을 클릭하지 않고 어떤 타일이 "광산"인지 알아 내야하는 인기있는 퍼즐 게임입니다. 대신 근처 타일을 클릭하여 인접한 광산의 수를 나타냅니다. 게임에 대한 한 가지 단점은 여러 가지 유효한 답변이 있고 추측 만 할 수있는 시나리오에서 끝날 수 있다는 것입니다. 예를 들어, 다음 보드를 보자. 1110 2*31 3*?? 2*4? …

30
똑똑한 사람의 신기루
옛날 옛적에, 나는 Quora 에서이 질문 / 답변을 읽고있었습니다. FizzBuzz 테스트를 통과 할 수없는 컴퓨터 공학 학위를 가진 프로그래머가 있습니까? 이 코드는 명백한 답변으로 제공됩니다 for i in range(1, 100): if i % 3 == 0 and i % 5 == 0: print "FizzBuzz" elif i % 3 == 0: …
29 popularity-contest  code-challenge  word  popularity-contest  string  grid  language-design  code-golf  source-layout  math  fastest-algorithm  assembly  code-golf  json  code-golf  arithmetic  array-manipulation  code-golf  ascii-art  code-golf  crossword  code-golf  string  restricted-complexity  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  decision-problem  balanced-string  syntax  code-golf  grid  puzzle-solver  hexagonal-grid  code-golf  math  number  sequence  code-golf  string  decision-problem  code-golf  cryptography  king-of-the-hill  code-challenge  fastest-code  code-golf  number  code-golf  code-golf  string  code-golf  cryptography  king-of-the-hill  java  code-golf  number-theory  base-conversion  code-golf  code-golf  array-manipulation  code-golf  array-manipulation  sorting  code-challenge  restricted-source  quine  code-golf  tips  python  king-of-the-hill  code-golf  source-layout  fractal  code-golf  tips  game  king-of-the-hill  path-finding  grid  code-golf  kolmogorov-complexity  natural-language  code-golf  tips  python  code-golf  number  arithmetic  sequence  array-manipulation  code-golf  number  combinatorics  random  integer-partitions  code-golf  string  code-golf  vim  comment  code-golf  combinatorics  counting  code-challenge  rosetta-stone  code-golf  combinatorics  sequence  subsequence  code-golf  code-challenge  restricted-source  primes  printable-ascii  popularity-contest  graphical-output  image-processing 

12
레터 박스 검사기
New York Times에는 Letter Boxed 라는 온라인 게임이 매일 있습니다 (링크는 페이 월 뒤에 있으며 게임도 여기에 설명 되어 있음). 다음과 같이 사각형에 표시됩니다. 당신은 3 글자로 된 4 개의 그룹을받습니다 (각 그룹은 그림의 한쪽에 해당합니다). 글자가 두 번 나타나지 않습니다. 이 게임의 목표는 다음과 같은 12 글자로 된 단어를 …

6
도움! 계산기가 오작동합니다!
소개 계산기가 이상하게 작동합니다. 때로는 내가 입력하면가 8표시됩니다 2. 때로는 입력하면 a 6가 표시됩니다 +. 일부 버튼이 섞여 있습니다! 아무도 나를 결정하는 데 도움을 줄 수 있습니까? 도전: 입력 : 올바른 결과 가있는 잘못된 방정식 목록 . 출력 : 교체 된 두 개의 버튼. 예를 들면 다음과 같습니다 . 입력은 …
28 code-golf  number  arithmetic  integer  code-golf  math  number  geometry  code-golf  grid  code-golf  math  number  sequence  primes  code-golf  sequence  kolmogorov-complexity  code-golf  string  ascii-art  alphabet  code-golf  math  sequence  integer  code-golf  number-theory  integer  natural-language  code-golf  date  code-golf  function  code-golf  ascii-art  code-golf  math  number-theory  primes  classification  code-golf  array-manipulation  decision-problem  matrix  code-golf  number  code-golf  code-golf  ascii-art  matrix  code-golf  string  code-golf  sequence  base-conversion  code-golf  code-golf  math  number-theory  combinatorics  integer-partitions  code-golf  integer  binary  base-conversion  code-golf  integer  base-conversion  palindrome  code-golf  code-golf  integer-partitions  code-golf  math  ascii-art  matrix  code-golf  number  sequence  number-theory  matrix  code-golf  interpreter  code-golf  graph-theory  code-golf  ascii-art  decision-problem  code-golf  division  code-golf  array-manipulation  primes  code-golf  string  ascii-art  code-golf  primes  counting  code-golf  matrix  unicode  code-golf  source-layout  code-golf  grammars  code-golf  string  cops-and-robbers  regular-expression  obfuscation  string  code-challenge  cops-and-robbers  regular-expression  code-golf  kolmogorov-complexity  game  card-games  code-golf  kolmogorov-complexity  code-golf  array-manipulation  matrix  code-challenge  cops-and-robbers  code-challenge  decision-problem  cops-and-robbers  code-golf  permutations 

12
Terra Mystica : 사이클링 파워
보드 게임 Terra Mystica 는 주요 자원 중 하나 인 힘에 대한 매우 흥미로운 메커니즘을 가지고 있습니다. 각 플레이어는 은행에서 전력을 얻고 소비하는 대신, I, II 및 III으로 표시된 3 개의 "볼 (bowl)"에 분산 된 정확히 12 개의 전력으로 게임을 시작합니다. 그런 다음 전력을 얻고 소비하면 단순히 다음 그릇 사이에서 …

5
가져 가거나 떠나라 : 컴퓨터를위한 게임 쇼
문맥: 독점 억만 장자는 세계 최고의 밝고 프로그래머를 유치하기 위해 게임 쇼를 만들었습니다. 월요일 자정이 시작되면 월요일에는 지원자 풀에서 한 사람을 선택하여 주중 참가자로 선택하고 게임을 제공합니다. 이번 주 행운의 참가자입니다. 이번 주 게임 : 호스트는 10,000 개의 디지털 봉투 스택에 대한 API 액세스를 제공합니다. 이 봉투는 무작위로 정렬되며 그 …

8
행맨 솔버 작성
행맨 솔버를 작성해야합니다. 이 영어 단어 목록 에 대한 테스트 [1] , 가장 많은 수의 단어를 푸는 솔버가 승리합니다. 단어 목록의 모든 단어는 무작위 순서로 테스트됩니다. [1] :이 단어 목록은 여기 에서 가져온 다음 숫자가 제거 된 다음 길이가 1이거나 알파벳이 아닌 문자가 제거 된 단어 중 가장 빈번한 4096 …

21
고귀한 왕의 게임 모라
배경 Morra 의 게임은 간단한 게임입니다. "원본"버전에서는 여러 플레이어가 동시에 모든 손의 총합을 추측하면서 손으로 숫자 0-5를 버립니다. 여기서 사용할 버전은 사소한 전략의 가능성을 높이기 위해 수정되었으며 아래에 설명되어 있습니다. 두 선수가 있습니다. 가위 바위 보처럼 플레이어도 동시에 움직입니다. 매 턴마다 각 플레이어는 0-5의 숫자를 선택하고 상대방의 0-5 선택을 추측 …

8
가장 짧은 코드에서 탁구
도전은 간단합니다. pong http://en.wikipedia.org/wiki/Pong 의 고전적인 2 인 게임을 재현 할 수있는 가장 짧은 코드를 제공하십시오 . 그래픽 및 기능 수준은이 자바 스크립트 데모 http://codeincomplete.com/posts/2011/5/14/javascript_pong/demo.html 과 최대한 비슷해야합니다 (그러나 추가 옵션이 없으면 왼쪽을 클릭 할 수 있음) 또는 오른쪽 하단의 프레임, fps 등 정보). 항상 코드는 자유 언어로 작성되어야하고 (두 …

7
크리비지 핸드 득점
이 도전은 크리비지 핸드를 득점하는 것입니다. Cribbage를하지 않으면 배울 점이 있습니다. 우리는 표준 포커 데크로 플레이하며 핸드는 4 장의 카드와 "업 카드"로 구성됩니다. 두 가지 유형의 손이 있습니다 : 보통 손과 '손끝'. 카드 는 다음 중 하나의 형식으로 제공 vs되며 (T는 10) 하나는 입니다. 손은 (예를 들어) 형태로 주어질 것입니다vA23456789TJQKsSCDH …
28 code-golf  game 

9
"추가 철탑을 건설해야합니다!"
소개 전략 게임 Starcraft 2에는 Terran, Zerg 및 Protoss의 세 가지 "레이스"가 있습니다. 이 도전에서 우리는 프로토스와 상징적 인 문구 인 "추가 철탑을 건설해야합니다!"에 중점을 둘 것입니다. 이 메시지는 군대를 건설하기 위해 공급이 부족할 때 언급됩니다. 따라서 스타 크래프트 커뮤니티를 돕기 위해 플레이어에게 필요한 철탑 수를 정확히 알려주는 프로그램이나 기능을 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.