«chess» 태그된 질문

체스는 체크 무늬 격자에서 두 명의 플레이어와 함께 플레이하는 전략적 게임입니다. 이 태그는 체스 또는 체스의 변형과 관련된 문제를위한 것입니다.

30
체스 광장의 색상 결정
당신의 도전은 체스 판에서 주어진 사각형의 색상을 출력하는 프로그램을 작성하는 것입니다. 이것은 체스 판 모양입니다 : 사각형 a1 이 어둡고 h1 이 밝은 사각형 임을 알 수 있습니다 . 여러분의 프로그램은 출력이 필요 dark하거나 light정사각형 주어 졌을 때. 몇 가지 예 : STDIN: b1 STDOUT: light STDIN: g6 STDOUT: light …
59 code-golf  chess 

17
변죽의 기사는 잔인
소개 Aron Nimzowitsch는 최고의 체스 마스터이자 영향력있는 체스 작가였습니다. 그의 책 'My System'에서 첫 번째 장은 센터의 중요성과 왜 그것을 지배해야 하는지를 다루고 있습니다. 간단한 이유는 당신의 작품이 중앙에있을 때 다음 번에 직접 움직일 수 있기 때문에 플레이어에게 더 많은 힘을줍니다. 빈 보드에서 기사의 다른 위치와 다음 잠재적 이동 (분홍색으로 …
48 code-golf  math  chess 

8
N- 이동자 : 무한 보드의 양은 얼마입니까?
단일 동작 보드는 무한 체스 보드와 같은 무한 2 차원 사각형 격자입니다. 값이 N ( N-mover ) 인 조각 은 현재 사각형에서 정확히 N의 제곱근 거리 인 모든 사각형으로 이동할 수 있습니다 (유클리드 거리 측정 중심). 예를 들면 다음과 같습니다. 1-Mover는 수평 또는 수직으로 인접한 사각형으로 이동할 수 있습니다 2 …

30
현악기 SStringgnirtSStringgnirtS
여기에는 비교적 간단한 도전이 있습니다. 길이의 문자열이 주어 N 문자열 전달 후 거꾸로하고 전달하고 거꾸로 출력 등 ... N의 시간. 예를 들어 입력이 Hello! 다음을 출력해야합니다. Hello!!olleHHello!!olleHHello!!olleH 선택적으로 후행 줄 바꿈 하나를 출력 할 수도 있습니다. 제출은 전체 프로그램 또는 기능 일 수 있으며, 합리적인 형식으로 입력 및 출력 할 …
42 code-golf  string  code-golf  math  geometry  data-structures  repeated-transformation  code-golf  number  random  code-golf  math  rational-numbers  code-golf  ascii-art  animation  code-golf  ascii-art  number  code-golf  math  number  code-golf  data-structures  code-golf  string  parsing  code-golf  array-manipulation  random  permutations  code-golf  string  code-golf  parsing  code-golf  string  quine  code-golf  string  parsing  comment  code-golf  string  counting  natural-language  code-golf  string  decision-problem  code-golf  math  code-challenge  metagolf  test-battery  code-golf  string  code-golf  math  number  arithmetic  source-layout  code-golf  number  primes  decision-problem  code-golf  math  arithmetic  code-golf  date  code-golf  string  cryptography  code-golf  code-golf  chess  board-game  code-golf  geometry  grid  puzzle-solver  set-partitions  code-golf  number  natural-language  code-golf  ascii-art  code-golf  math  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  string  natural-language  code-golf  game  board-game  tic-tac-toe  code-golf  ascii-art  hexagonal-grid  code-golf  string  comment  code-golf  internet  code-golf  sorting  code-golf  kolmogorov-complexity  unicode  code-golf  tips  code-golf  string  natural-language  code-golf  string  kolmogorov-complexity  source-layout  hello-world  code-golf  string  kolmogorov-complexity  counting  natural-language  code-golf  random  quine  code-golf  string  math  bitwise  code-golf  permutations  code-golf  string  code-golf  arithmetic 

16
가장 작은 체스 판 압축
체스 판을 인코딩 및 디코딩 할 수있는 알고리즘 또는 프로그램을 작성하십시오. 목표는 해당 턴에 플레이어의 모든 이동 가능성을 결정하기 위해 사용될 수있는 체스 보드의 가장 작은 표현을 만드는 것입니다. 인코딩은 다음을 표시 할 수 있어야합니다. 누구의 차례입니까? 플레이어가 양쪽에서 성을 쌓을 수 있는지 여부. 플레이어가 참가자를 수행 할 수 있는지 …

18
숫자 키패드의 기사 번호
표준 숫자 키패드 에서 0이 아닌 숫자 789 456 123 모든 숫자에 체스 기사 를 배치하고 양의 십진 정수를 추적하여 정상적인 L 자형 점프로 움직입니다. 그런 식으로 어떤 양의 정수를 표현할 수 있습니까? 그중 하나는 38기사가 시작해서 3왼쪽에서 위로 이동할 수 있기 때문 8입니다. 381그리고 383도 가능합니다. 3점프가 수행되지 않으면 …

24
이 번호는 Loeschian입니까?
양의 정수 k는 다음과 같은 경우 Loeschian 수입니다. k다음과 같이 표현 될 수 i*i + j*j + i*j대한 i, j정수. 예를 들어, 첫 번째 양의 Loeschian 수는 다음과 같습니다. 1( i=1, j=0); 3( i=j=1); 4( i=2, j=0); 7( i=2, j=1); 9( i=-3, j=3); ... 그 참고 i, j주어진가 k고유하지 않습니다. …
33 code-golf  math  number  number-theory  decision-problem  code-golf  kolmogorov-complexity  code-golf  sequence  code-golf  path-finding  chess  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  math  arithmetic  code-golf  code-golf  number  code-golf  geometry  code-golf  math  code-golf  code-golf  kolmogorov-complexity  alphabet  code-golf  regular-expression  hexagonal-grid  king-of-the-hill  path-finding  java  code-golf  string  sorting  code-golf  string  grid  code-challenge  compression  code-golf  random  code-golf  sequence  arithmetic  code-golf  number  grid  tiling  code-golf  tips  code-golf  sequence  number-theory  recursion  code-golf  string  grid  code-golf  math  number  combinatorics  permutations  string  code-challenge  code-golf  sequence  number-theory  subsequence 

6
Tarzan의 올림픽 덩굴 스윙 루틴 점수
올림픽 덩굴 스윙 어는 표준 나무에서 일상을 수행합니다. 특히 표준 트리 n에는 0이 아닌 각 정점 을 그 아래 정점 에 연결하는 0위쪽 n-1및 모서리 a정점이 n % a있습니다. 예를 들어 표준 트리 5는 다음과 같습니다. 3 | 2 4 \ / 1 | 0 5를 3으로 나눈 나머지는 2이고, …
32 code-golf  math  number  number-theory  code-golf  code-golf  restricted-source  programming-puzzle  css  code-golf  parsing  code-golf  random  encryption  code-golf  ascii-art  fractal  code-golf  math  code-golf  sorting  graph-theory  path-finding  permutations  code-golf  tetris  code-golf  card-games  code-golf  math  sequence  rational-numbers  code-golf  chess  code-golf  string  geometry  grid  code-golf  ascii-art  grid  code-golf  sequence  integer  code-golf  math  number-theory  packing  polyomino  code-golf  math  code-golf  string  quine  permutations  code-golf  math  code-golf  image-processing  optical-char-recognition  code-golf  string  kolmogorov-complexity  sequence  integer  code-golf  number  permutations  palindrome  code-golf  kolmogorov-complexity  code-golf  number  sequence  string  fewest-operations  code-golf  string  kolmogorov-complexity  sequence  primes  code-golf  string  ascii-art  code-golf  string  number  alphabet  code-golf  counting  code-golf  number  sequence  number-theory  primes  code-golf  subsequence  word-search 

28
루크 백작 이동 1D
루크 행 및 / 또는 빈 공간이있는 위치가 주어지면, 얼마나 많은 다른 루크 이동이 가능한지 출력하십시오. 루크는 왼쪽이나 오른쪽으로 빈 공간으로 이동할 수 있지만 다른 루크를 지나야하는 곳으로는 이동할 수 없습니다. 루크가 움직일 때 다른 루크는 그대로 남아 있습니다. 예를 들어이 위치에서 6 개의 이동 이 가능합니다. .R..RRR. 첫 번째 …

30
2의 거듭 제곱의 합
도전 x여기에 정수 입력 이 주어지면 합이 주어지면 1 <= x <= 2552의 거듭 제곱의 결과를 반환하십시오 x. 예 주어진 입력 : 86 프로그램은 다음을 출력해야합니다 : 64 16 4 2 입력: 240 산출: 128 64 32 16 입력: 1 산출: 1 입력: 64 산출: 64 합계에 특정 2의 거듭 …
31 code-golf  binary  code-golf  sequence  integer  chess  code-golf  number  arithmetic  matrix  code-golf  code-golf  combinatorics  grid  set-partitions  code-golf  array-manipulation  graph-theory  code-golf  number  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  3d  code-challenge  restricted-source  printable-ascii  code-golf  board-game  code-golf  geometry  grid  code-golf  word-puzzle  code-golf  matrix  sorting  code-golf  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  code-golf  decision-problem  code-golf  math  number  arithmetic  restricted-source  code-golf  code-golf  number  integer  matrix  code-golf  date  code-golf  matrix  code-golf  sequence  combinatorics  chemistry  code-golf  array-manipulation  popularity-contest  code-golf  code-golf  natural-language  code-golf  number  integer  sorting  substitution  code-golf  string  number  date  encode  code-golf  decision-problem  code-golf  string  subsequence  code-golf  string  alphabet  code-golf 


28
체스 판의 모든 흰색 또는 검은 색 사각형 출력
소개 체스 판 모양입니다. 당신은 볼 수 a1A는 어두운 광장. 그러나 b1A는 빛 광장 . 작업 문제는, 주어진 dark, light또는 both출력 모든 어두운 , 빛 또는 모든 사각형 세퍼레이터 (공백이나 개행 등). 모든 사각형의 순서는 중요하지 않습니다 . 테스트 사례 Input: dark Output: a1 a3 a5 a7 b2 b4 b6 …

12
움직임을 말해줘
Jack과 Jane은 시간이 지날 때까지 체스 게임을하기로 결정했습니다. 불행히도 Jack은 시각화에 다소 나쁩니다. 그는 물론 폰 이외의 특정 조각에 대해 가능한 움직임을 파악하기가 어렵다는 것을 알게되었습니다! 당신의 도전은 Jack이 주어진 부분 (폰이 아닌)에 가능한 옵션을 찾는 것을 돕는 것입니다. 하나를 잊어 버린 경우 다양한 조각이 다음과 같이 표시됩니다. K : …
28 code-golf  chess 

8
상호 공격 퀸
8x8 체스 판을 두 개의 고유 한 값으로 표시합니다. 하나는 빈 사각형이고 다른 하나는 여왕입니다. 다음 예제에서는 0을 빈 사각형으로, 1을 퀸으로 사용합니다. 예를 들면 다음과 같습니다. ~에 의해 주어진다 1 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 1 0 1 0 …

1
3 차원 체스
사람들의 당혹스러운 결정을 방어하기 위해 사람들은 종종 그 사람이 모든 사람의 머리 위로 가서“3 차원 체스”를하고 있다고 말합니다. 이제 3 차원 체스를 즐길 수 있습니다! 규칙 3D Chess 에는 많은 변형 이 있지만이 도전을 위해 나는 내 자신을 구성했습니다. 내 버전은 정사각형 대신 큐브 안에 조각이 있고 추가 차원의 움직임이 …

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