Skip to content

eb9862/six_in_a_row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

six_in_a_row

pygame 라이브러리를 사용한 6목 게임

File tree

📦six_in_a_row
┣ 📂src
┃ ┣ 📂img
┃ ┃ ┣ 📜Blank_Go_board.png
┃ ┃ ┣ 📜Go_b_no_bg.png
┃ ┃ ┗ 📜Go_w_no_bg.png
┃ ┣ 📂sound
┃ ┃ ┣ 📜pop-39222.mp3
┃ ┃ ┗ 📜yeah~.mp3
┣ 📜README.md
┣ 📜main.py
┣ 📜position.py
┗ 📜rule.py

스크린샷 2024-08-23 오후 10 34 40

Rule

  1. 흑이 선공으로 돌 하나를 둔다.
  2. 이후 다음 턴부터는 돌을 서로 2개씩 둔다. (첫 수를 제외한)
  3. 먼저 6목을 만드는 사람이 win!

Install pygame for Mac

python3 -m venv myvenv
source myvenv/bin/activate
python -m pip install --upgrade pip
pip install pygame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages