Skip to content

Instantly share code, notes, and snippets.

View D-Studios's full-sized avatar

Devang Bhatnagar D-Studios

View GitHub Profile
@D-Studios
D-Studios / TicTacToe.java
Last active August 5, 2019 08:37 — forked from xaviablaza-zz/TicTacToe.java
A simple Tic-Tac-Toe game.
import java.util.*;
import java.util.List;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
//javax.swing.* is used to create JFrames. java.awt.* is used to create labels and buttons. java.awt.event.* is used to create functions for buttons.
/**
*
* @ original author MeneXia (Xavi Ablaza)--Created basic logic for the game