Skip to content

MatthieuLemaile/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morpion

This project is a nought and crosses (tic-tac-toe) in java. It has no real purpose other than learning some things in Java for me.

Actual version is 1.0

Installation

JDK 1.11 is required.

This project use gradle to be built, and Git for version control.

To ensure you have correctly download the project, you may run gradlew clean build, and gradle should be successful.

More about git : https://rogerdudler.github.io/git-guide/index.fr.html just, please, use git pull --rebase instead of just git pull.

Full gradle command line, with test and sonar :

gradlew clean build jacocoTestReport sonarqube

To run as a standalone jar, use the "all" jar, located in build/libs after you ran the gradle build task.

####Sonar Run sonar docker with docker run -d -p 9000:9000 sonarqube In your sonar (localhost:9000) log in with admin/admin, create a project following instructions, and update build.gradle with your project key. you can then run sonarqube with :

./gradlew build jacocoTestReport sonarqube

Authors

Marc Lemaile Matthieu Lemaile

Miscellaneous

Things to add

backlog

technical improvement task
  • Check plugins version number in build.gradle
code improvement
New features
User-friendly

Release History

1.0

User visible
Dev Part

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors