Giter Site home page Giter Site logo

gomoku's Introduction

The Gomoku Project


Without JRE

Build instructions

  • Build distributions using maven tool:
mvn -P without-jre clean package
  • Use the following archives:
    • target/gomoku-${project.version}-windows.zip for Windows
    • target/gomoku-${project.version}-unix.tar.gz for MacOS or Linux

Run instructions

  • Download OpenJDK 11;
  • Unzip the downloaded OpenJDK archive;
  • Configure the PATH environment variable:
    • Add %JDK_HOME%\bin\ directory for Windows;
    • Add $JDK_HOME/bin/ directory for MacOS and Linux;
  • Re-login or restart computer;
  • Unzip the Gomoku distribution:
    • Unzip gomoku-${project.version}-windows.zip for Windows;
    • Unzip gomoku-${project.version}-unix.tar.gz for MacOS or Linux;
  • Go to unzipped directory;
  • Run the game by double-click on the start script:
    • start.cmd for Windows;
    • start.sh for MacOS or Linux;

With JRE

Build instructions

  • Build distributions using maven tool:
mvn -P with-jre clean package
  • Use the following archives:
    • target/gomoku-${project.version}-windows-with-jre.zip for Windows
    • target/gomoku-${project.version}-macos-with-jre.tar.gz for MacOS
    • target/gomoku-${project.version}-linux-with-jre.tar.gz for Linux

Run instructions

  • Unzip the Tic tac toe distribution:
    • Unzip gomoku-${project.version}-windows-with-jre.zip for Windows;
    • Unzip gomoku-${project.version}-macos-with-jre.tar.gz for MacOS;
    • Unzip gomoku-${project.version}-linux-with-jre.tar.gz for Linux;
  • Go to unzipped directory;
  • Run the game by double-click on the start script:
    • start.cmd for Windows;
    • start.sh for MacOS or Linux;

Important run info:

You can use start.sh(or .cmd) script with arguments (you can see list below):

  1. Open the terminal in folder with scripts.
  2. Enter command ./start.sh ${your-arguments}.
  3. List of arguments:
    • LEVEL: LEVEl1, LEVEL2;
    • SIZE: between 7 and 15.

Example of use:

./start.sh LEVEL1 7
  • difficulty level became 1;
  • a gametable with 7 rows and columns was created.

On Windows you must enter command without ./ in start


Readme tutorial

gomoku's People

Contributors

mibal-ua avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.