-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Next piece preview, fast drop via space, updated README
- Loading branch information
1 parent
1c98c9b
commit f05985f
Showing
3 changed files
with
82 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
./bin | ||
bin/* | ||
.settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Kokgee -- A flexible Tetris clone | ||
================================= | ||
|
||
Version 0.01 alpha | ||
11 April 2012 | ||
|
||
(c) 2012 Nick Penaranda | ||
|
||
[email protected] | ||
[email protected] | ||
|
||
See LICENSE.TXT for license information. | ||
|
||
1. Description | ||
-------------- | ||
|
||
Kokgee (Pronounced KOH-ghee) is a Tetris clone designed to be flexible and amenable to research. It is designed to be compliant with the original Tetris specifications, but adds some enhancements such as CW rotation, "speeded drop" and next piece preview. Scoring is simplified and only accounts for completed lines. | ||
|
||
2. Features/Specs | ||
----------------- | ||
|
||
* Built with Java and uses LWJGL/Slick | ||
* Complies with original Tetris specifications | ||
* Sounds | ||
|
||
3. Controls | ||
----------- | ||
|
||
* Left/Right Arrow Move left/right | ||
* Down Arrow Speeded descent | ||
* Spacebar Instant ("Hard") drop | ||
* (DEV) F1/F2 Increase/decrease level | ||
* Escape Exit game |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters