Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
games
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • games
  • Issues
  • #22

Closed
Open
Opened Jun 12, 2017 by Jeremy Soller@jackpot51Owner

Add One and Two Player modes to Baduk Game

Created by: dcampbell24

Currently, baduk (Go) has only a GTP game mode where a board is displayed along with a prompt for entering Go Text Protocol (GTP) commands and a text area that shows the result of entering a command.

I propose to add one and two player modes that will make playing human vs. human and human vs. computer games more fun. Rather than starting the game in GTP mode, there will be a series of prompts asking the user for configuration options. The earlier choices will determine the later prompts:

Welcome to Redox Go

mode of play (1 - one player, [2 - two player], 3 - Go Text Protocol):
if 1 -> player color ([1 - black], 2 - white):
board size (9, 13, [19]):
handicap([0]-9):

The items in square brackets are the defaults. If one or two player mode is chosen, then the user will be directed to a different screen that prompts the players for moves rather than requesting GTP commands. The screen will also display more information about the game including, whose turn it is, the turn number, stones captured, komi, and the ruleset. After both players pass, the screen will enter a mode for marking which groups are alive and scoring the game.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/games#22