Skip to content

Java implementation of the Futoshiki game with a backtrack resolver.

Notifications You must be signed in to change notification settings

tassoneroberto/futoshiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futoshiki

Introduction

Java implementation of the Futoshiki game with a backtrack resolver.

https://en.wikipedia.org/wiki/Futoshiki

Screens

Installation

Clone and change directory:

git clone https://github.com/tassoneroberto/futoshiki.git
cd futoshiki/futoshiki

(OPTION 1) Compile and run:

javac -cp . view/FutoshikiGUI.java
java view/FutoshikiGUI

(OPTION 2) Make JAR file and run:

jar cfe Futoshiki.jar view/FutoshikiGUI .
java -jar FutoshikiGUI.jar

About

Java implementation of the Futoshiki game with a backtrack resolver.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages