All Projects → gokultp → go-four-in-a-row

gokultp / go-four-in-a-row

Licence: MIT license
A simple command-line implementation of the game `four in the row`

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to go-four-in-a-row

Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+908.33%)
Mutual labels:  game-2d
badassquest
RPG / GTA-style game engine built on top of Google Maps Javascript APIs
Stars: ✭ 26 (+116.67%)
Mutual labels:  game-2d
Halma
Halma Game Built With The Awesome libGDX framework
Stars: ✭ 20 (+66.67%)
Mutual labels:  game-2d
Koru
A 2D multiplayer sandbox game.
Stars: ✭ 78 (+550%)
Mutual labels:  game-2d
iusegit
Anybody can add his name to this project as an exercise to using git/github
Stars: ✭ 15 (+25%)
Mutual labels:  hacktoberfest2018
Squid
C# Realtime GUI System
Stars: ✭ 80 (+566.67%)
Mutual labels:  game-2d
Frag
A cross-platform 2D|3D game framework for the Nim programming language
Stars: ✭ 210 (+1650%)
Mutual labels:  game-2d
tic-tac-toe
🕹 iOS game - classic Tic Tac Toe with AI and state machines [Swift + SpriteKit + GameplayKit].
Stars: ✭ 60 (+400%)
Mutual labels:  game-2d
coloniae
Economic strategy game in web broswer
Stars: ✭ 34 (+183.33%)
Mutual labels:  game-2d
Zilon Roguelike
Survival roguelike game with huge world generation.
Stars: ✭ 18 (+50%)
Mutual labels:  game-2d
Upwork-coverletter
Hi Guys! I want try to make a cover letter for submit project on upwork . So , lets check and use :)
Stars: ✭ 39 (+225%)
Mutual labels:  hacktoberfest2018
ncursesPac
ncurses pacman written in C++
Stars: ✭ 23 (+91.67%)
Mutual labels:  game-2d
I-Do-Code
A workspace to sharpen you favourite programming language basics
Stars: ✭ 19 (+58.33%)
Mutual labels:  hacktoberfest2018
GitMe
A fun workshop exercise for taking first steps on submiting a Pull Request on GitHub
Stars: ✭ 16 (+33.33%)
Mutual labels:  hacktoberfest2018
resources api
Flask API for programming and cyber security learning resources
Stars: ✭ 63 (+425%)
Mutual labels:  hacktoberfest2018
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+408.33%)
Mutual labels:  game-2d
defender-game
A super basic 2D game written in Rust
Stars: ✭ 22 (+83.33%)
Mutual labels:  game-2d
snake-game-2D
The famous 2D snake game in which your goal is to eat until you get huge and accumulate many points.
Stars: ✭ 18 (+50%)
Mutual labels:  game-2d
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+1016.67%)
Mutual labels:  hacktoberfest2018
jducers
A js transducers-like implementation using ES9
Stars: ✭ 25 (+108.33%)
Mutual labels:  hacktoberfest2018

Four In A Row

Game

Four-In-A-Row is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a ten-column, ten-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.

Gameplay

Play Against the AI

Pass the flag -ai to play against a computer.

Multiplayer

Multiplayer through internet.

Developing

Contributing

Please read CONTRIBUTING.md (work in progress) for details on our process for submitting pull requests to us.

Code of Conduct

Our project has a code of conduct, please read it and act accordingly.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].