GithubHelp home page GithubHelp logo

fourinarowgame's Introduction

This Java desktop application implements the next "four in a row" game variations:

1. Classic four in a row.
2. Complica: in this variation of the game the columns can not get totally filled, I mean,
   if the column is full of chips and you put another one on the top, the chips of the column
   move one position down and the one of the bottom goes away.
3. Gravity: when you put a chip on the board it goes to the nearest wall. You can choose the dimensions
   of the board.
4. Reversi: actually this is not a four in a row variation. The game begins with a board filled in the center
   with fourchips (two white and two black). You can put the chip of your color only next to a chip of the opposite
   color that is next to a chip of your color, then the opposite color chip obtains your color. The game
   ends when the board is full of chips and the winner is the player with more chips of his color.
   
It is necessary CommonsCli Apache library to compile the source. This library is used to parse arguments
if you want to use this application from the command line.
You can get the binary here: https://commons.apache.org/proper/commons-cli/

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.