https://github.com/gozeloglu/bejeweled
Spring 2017-2018
https://github.com/gozeloglu/bejeweled
Last synced: 10 months ago
JSON representation
Spring 2017-2018
- Host: GitHub
- URL: https://github.com/gozeloglu/bejeweled
- Owner: gozeloglu
- Created: 2018-06-04T18:45:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T20:08:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T20:16:40.905Z (over 1 year ago)
- Language: Java
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BEJEWELED
This game has been implemented in Java language.
The game can being played in two different ways.
1st way:
`$ javac *.java`
`$ java Main < test_case.txt`
2nd way:
`$ javac *.java`
`$ java Main`
NOTE: Input text files can being created with using below repository.
https://github.com/gozeloglu/Input-File-Creator