Skip to content

i-Chicken/CSED233

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

global.h -> enum과 class 선언부가 들어있는 헤더파일
assn1.cpp -> main 함수가 들어있는 프로그램이 시작되는 부분
board.cpp -> board 클래스가 구현되어 있다. 레이저 체스 게임에서 게임 진행을 담당한다.
status.cpp -> StatusBoard 클래스가 구현되어 있다. 체스판 상황을 저장하고 있고 이를 출력하는 역할을 담당한다.
cell.cpp -> Cell 클래스와 King, Laser, TriMirror, BlockMirror, HyperMirror 유닛 클래스가 구현되어 있다. Cell 클래스는 체스판 한칸에 해당하며 한칸의 모든 정보를 담고 있다.
Makefile -> g++ 컴파일을 편하게 하는 파일
test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors