Skip to content

Instantly share code, notes, and snippets.

@Ctamas27
Ctamas27 / Circle.java
Created May 11, 2019 15:46
Another version of the 4 in a row game, blue and red circles are in the first and 5th columns, players must muve them horizontal or vertical to get atleast 3 in a straigth line
import java.util.Scanner;
import java.lang.*;
import java.io.FileWriter;
import java.io.IOException;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import java.io.FileNotFoundException;
import java.io.FileReader;
import org.json.simple.parser.JSONParser;
# Created by https://www.gitignore.io/api/maven,intellij
# Edit at https://www.gitignore.io/?templates=maven,intellij
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml