Skip to content

ishxiao/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris

Xiao Shang

Tetris game

Build status and test coverage

Build

Quick start

Run with cmd:

git clone git@github.com:ishxiao/tetris.git
cd tetris/java
javac TetrisApp.java -encoding utf8
java TetrisApp

What's included

tetris/
├── LICENSE
├── README.md
├── java
│   ├── Tetris.java
│   └── TetrisApp.java
└── res
    ├── tetris-img-1.png
    ├── tetris-img-2.png
    ├── tetris-img-3.png
    └── tetris-img-4.png

3 directories, 11 files

Preview

image

image

image

image

Contributing

You are most welcome to contribute to tetris development by forking this repository on GitHub and sending pull requests, or filing bug reports at the issues page. If it is a big feature, you might want to start an Issue first to make sure it's something that will be accepted. If it involves code, please also write tests for it.

License

Creative Commons License

The source code for the site is licensed under the MIT license, which you can find in the LICENSE file.

All graphical assets are licensed under the Creative Commons Attribution 3.0 Unported License

Releases

No releases published

Packages

No packages published

Languages