Skip to content

tecnico-distsys/example_ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe example

This is a Java implementation of the Tic Tac Toe game

Maven instructions

To print the project dependencies:

mvn dependency:tree

To compile the source code:

mvn compile

To run using exec plugin:

mvn exec:java

To configure the Maven project in Eclipse

'File', 'Import...', 'Maven'-'Existing Maven Projects'

'Select root directory' and 'Browse' to the project base folder.

Check that the desired POM is selected and 'Finish'.


SD Faculty

About

Local Tic Tac Toe game implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages