All Projects → samie → VaadinTetris

samie / VaadinTetris

Licence: other
Vaadin and Canvas Element Demo.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to VaadinTetris

owlcms4
Olympic Weightlifting Competition Management System
Stars: ✭ 41 (+127.78%)
Mutual labels:  vaadin
PagedTable
PagedTable Add-on for Vaadin Framework 8
Stars: ✭ 19 (+5.56%)
Mutual labels:  vaadin
material-theme-fw8
Material design theme for Vaadin Framework 8
Stars: ✭ 23 (+27.78%)
Mutual labels:  vaadin
tutorial
Introduction to Vaadin
Stars: ✭ 58 (+222.22%)
Mutual labels:  vaadin
flow-and-components-documentation
The documentation for the Vaadin framework version 10+
Stars: ✭ 16 (-11.11%)
Mutual labels:  vaadin
testbench
Vaadin TestBench is a tool for automated user interface testing of Vaadin Framework applications.
Stars: ✭ 20 (+11.11%)
Mutual labels:  vaadin
Hybrid-Menu
Hybrid-Menu Widget for Vaadin Application
Stars: ✭ 23 (+27.78%)
Mutual labels:  vaadin
report-ui
Generate Jasper Reports from your entities/beans/POJOs.
Stars: ✭ 14 (-22.22%)
Mutual labels:  vaadin
crawling-framework
Easily crawl news portals or blog sites using Storm Crawler.
Stars: ✭ 22 (+22.22%)
Mutual labels:  vaadin
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (+44.44%)
Mutual labels:  vaadin
GeoFuse
Thematic Engine for Dynamic CSV or Tab Delimited Data
Stars: ✭ 15 (-16.67%)
Mutual labels:  vaadin
jvm-alternatives-to-js
Repository comparing JVM alternatives to JS: CheerpJ, GWT, JSweet, TeaVM, Vaadin Flow, bck2brwsr (bonus: React, Dart)
Stars: ✭ 24 (+33.33%)
Mutual labels:  vaadin
vaadin-demo-bakery-app
This project contains the source code generated by Vaadin's Starter Pack (Bakery App/Spring)
Stars: ✭ 43 (+138.89%)
Mutual labels:  vaadin
vaadin-board
Web Component for creating flexible responsive layouts and building nice looking dashboards.
Stars: ✭ 17 (-5.56%)
Mutual labels:  vaadin
base-starter-flow-quarkus
A project base/example for using Vaadin with Quarkus
Stars: ✭ 23 (+27.78%)
Mutual labels:  vaadin
microservices4vaadin
Sample application to show the secured integration of microservices and vaadin
Stars: ✭ 30 (+66.67%)
Mutual labels:  vaadin
java-pwa
Progressive Web Apps in Java
Stars: ✭ 48 (+166.67%)
Mutual labels:  vaadin
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (+122.22%)
Mutual labels:  vaadin
maven-springboot-electron
Package your Java Web Application with Electron + OpenJDK only using Maven
Stars: ✭ 44 (+144.44%)
Mutual labels:  vaadin
multiselect-combo-box
A multi select combo box web component based on Polymer and the vaadin-combo-box
Stars: ✭ 41 (+127.78%)
Mutual labels:  vaadin

#Vaadin Tetris

This is the source code for a Vaadin based Tetris game. It was originally presented during a talk "Vaadin and HTML5" in JavaDay Riga, November 2011. Screenshot

The code has since been slightly modified to use the official Vaadin Push (in version 7.1) and new Valo theme and some build in icons.

Building and running locally

git clone https://github.com/samie/VaadinTetris.git
cd VaadinTetris
mvn jetty:run
open http://localhost:8080/

The Tetris game engine follows the game guidelines given at http://tetris.wikia.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].