mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
All games now have the correct gameMain defined in gradle.properties
This commit is contained in:
@@ -4,7 +4,7 @@ import java.util.Random;
|
|||||||
/**
|
/**
|
||||||
* @author Ollie Hensman-Crook
|
* @author Ollie Hensman-Crook
|
||||||
*/
|
*/
|
||||||
public class TicTacToe2 {
|
public class TicTacToe {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Board gameBoard = new Board();
|
Board gameBoard = new Board();
|
||||||
Random compChoice = new Random();
|
Random compChoice = new Random();
|
||||||
Reference in New Issue
Block a user