Skip to content

PHP로 만든 테트리스. PHP의 다양한 활용, 게임 프로그래밍의 기초 학습, 테트리스의 기본 로직 이해.

Notifications You must be signed in to change notification settings

ani2life/php-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

php-tetris

PHP로 만든 테트리스

프로젝트의 목적

  • PHP의 다양한 활용
  • 게임 프로그래밍의 기초 학습
  • 테트리스의 기본 로직 이해

실행 환경

  • PHP 5.6.x
  • Mac OS X 터미널
  • 타일 출력은 유니코드 이모지 기반으로 운영체제와 터미널 환경에 따라 출력되는 모습이 달라진다.

실행 방법

$ php tetris.php

게임 방법

  • A키: 좌로 이동
  • D키: 우로 이동
  • S키: 내리기
  • W키: 회전
  • Q키, ESC키: 종료

동영상 미리보기

PHP Tetris Youtube

About

PHP로 만든 테트리스. PHP의 다양한 활용, 게임 프로그래밍의 기초 학습, 테트리스의 기본 로직 이해.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages