Skip to content

fhd/gwtetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWTetris

A Tetris clone written in Java using the Google Web Toolkit.

Building

In order to build and run GWTetris, you have to get Apache Maven.

To run GWTetris in the GWT development mode, execute the following:

mvn gwt:run

To create a WAR archive that can be deployed on a Java application server like Apache Tomcat, execute:

mvn package

To run GWTetris in a local Google App Engine server, first make sure that the GAE SDK is installed:

mvn gae:unpack

Then execute the following:

mvn gae:run

License

Copyright (C) 2010 Felix H. Dahlke

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

About

A Tetris clone written in Java using the Google Web Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages