Skip to content

Find a circular cycle with same color in `Dots: A Game About Connecting` using DFS Algorithm.

Notifications You must be signed in to change notification settings

ivanj26/Dots-A-Game-About-Connecting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dots-A-Game-About-Connecting

Find a circular cycle with same color in Dots: A Game About Connecting using DFS Algorithm.

Type of Project

School Project

Requirements

  • Java

How to use?

  1. Clone the repository.

  2. Construct the matrix and its color as you want to.

  3. Compile main file with the following command.

    javac Main.java
  4. Run the program.

    java Main

Screenshots

App .gif #1 Figure 1 - App preview

App Screenshot #2 Figure 2 - Define the matrix colors

About

Find a circular cycle with same color in `Dots: A Game About Connecting` using DFS Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages