Skip to content
/ go Public

My version of The Game of Go. The version 1.0 on the main branch is mostly console-based and without a score counting at the end of the game

Notifications You must be signed in to change notification settings

mishaqq/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Game of Go ⚪⚫

My version of The Game of Go. The version 1.0 on the main branch is mostly console-based and without a score counting at the end of the game

There are some highlights:

grafik

grafik

grafik

Features 🔵

Uncomment this part to see all current groups separately on the different Gobans

                # delete all marked stones

                demarked_board()

            # to see all current groups separately on the different Gobans 

            #      print(x_cerrent,y_cerrent)
            #      for i in range(9):
            #          for j in range(9):
            #              if [i + 1, j + 1] in group:
            #                  print(pieces[color], end = " ")
            #              else:
            #                  print(pieces[EMPTY], end = " ")
            #          print()
            #  
            #      print(group)

Choose all settings every time you start a program

grafik

To run the game

  • First option is to run it in the console
    py go_game.py
    
  • Second option is to run go_game.exe file

    But proper emojis do not renders right. That's why in exe file black plays - # and white o . For better experience with console-based version use the option number one

About

My version of The Game of Go. The version 1.0 on the main branch is mostly console-based and without a score counting at the end of the game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published