Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 866 Bytes

PlanetOmok

What is PlanetOmok?

A traditional five-in-a-row game which runs on blockchain using Libplanet.

How to play

  1. Enter session ID you want to join. If there are no any session on chain, it will be automatically created.
  2. If other user join the session with ID that you entered, game will automatically start.
  3. Wait for your turn to place your piece.
  4. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally.

Dependencies

Installation

  1. Install Unity Hub.
  2. Install Unity 2019.1.0f2.
  3. Clone repository.
    $ git clone https://github.com/planetarium/planet-omok
    
  4. Run Unity Editor and build the project.