Showing 65 open source projects for "tetris java"

View related business solutions
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 1
    xtetris

    xtetris

    XTetris

    Just a simple tetris game
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    tetris

    tetris

    Just another Tetris™ clone

    Just another Tetris™ clone
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Falling Blocks is a multi-player, platform independent Java implementation of Tetris.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tetris Puzzle Solver

    Tetris Puzzle Solver

    Fills a rectangle using given tetris shapes

    Fills a rectangle using given tetris shapes (tetraminos) using an optimized brute force algorithm. A puzzle can have many different solutions; this solver will stop at the first one. Not all puzzles are solveable. Created to solve the annoying tetris puzzles in The Talos Principle and Sigils of Elohim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventory and Order Management Software for Multichannel Sellers Icon
    Inventory and Order Management Software for Multichannel Sellers

    Avoid stockouts, overselling, and losing control as your business grows.

    We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
    Learn More
  • 5

    Mobile Suite

    Mobile Suite is a set of J2ME midlets with a common UI

    Mobile Suite is a set of J2ME midlets with a common UI. Applications are grouped in three: - game (Reversi, Bubblet, ...), - application (Secure SMS, RSS Reader, ...) - programming tool (libraries, test suite, ...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Tetris-like game to learn foreign words

    Two projects in one so far: to learn foreign words and read books

    Tetris-like game written in Java to learn any foreign language words and/or sentences. You may use any plain text file as the source of data. Words are choosen randomly. Putting the block with right translation to the block with word will disappear both.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenTetris Classic

    OpenTetris Classic

    Open-Source Classic Tetris

    OpenTetris Classic is a full recreation of the 1989 hit Classic, Tetris. This is modeled after the GameBoy Version, with a few teaks and fixes. OpenTetris classic is in the Beta stages, but I hope it will be finished soon. *NOTE All the Images and Sounds used in this Game are not my own, those are owned by Nintendo
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    this is a Free Tetris clone for android system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Penguin Attack is a puzzle game in the style of Tetris Attack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 10
    This is a game that involves forming rows of bricks (like Tetris). It is unlike other games in that the blocks come down in different varieties (wood and Metal), each of which have a destructive element that sometimes wreak havoc (fire and rust).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Steve's Tetris

    A Tetris clone Implemented in Java

    I've noticed that there are a lot of really mediocre Tetris clones on the Internet, most of which only make it halfway there. That is, most Tetris clones seem to forget things like the Hold Queue, the ghost, hard drop, and especially the more subtle things like the delay between the piece reaching the bottom and the piece actually locking into the Tetris matrix. This program was an attempt to write one single Tetris clone that includes all of those things, as well as added features like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is my version of tetris written in Java and my goal is a game that can be played in many ways like some of the 'original' versions of tetris. I would be pleased to receive your feedback. Enjoy playing!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    jcubitainer est un jeu de brique qui ressemble au célèbre Tetris mais avec plus de possibilités. Le but de ce projet est de faire une version réseau en utilisant java, jxta et la programmation par aspect (aspectj).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Modest Tetris clone with vector graphics inspired by The Grand Master. The gameplay is based on the cult Game Boy title. Features : Wall kick, level and handicap selection, cool sounds, catchy music, bilingual interface, windowed/fullscreen mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Terminal Tetris is my implementation of the famous block game, written in Java. The output is sent to the terminal (cmd). The input is taken in by a Java application window. The Java application must be the active window in order to work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Experimental hexagonal tetris-like game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    tetris clone folowing the tetris standard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Another Java based Tetris Clone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JTres3D is a tetris clone build with Java3D. It is designed for offline playing on any system which runs java and java3D. Until now it is possible to play a classic tetris game in a 3D environmet and move around the game court.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java based client / server online games engine & API for easy creation/running of real-time multiplayer games. Games include Battleships, Camelot, Checkers, Chess, Connect 4, Dots, Go, Octagons, Texas Hold'em Poker, Reversi, Spades, Tetris & Tic-tac-toe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Yet another brick game, Tetris. This project focuses on the design of the engine, and implemented on SDL using object-oriented programming.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    TBattle is a multiplayer Tetris™ like game. Up to five players at once can play in a battle where the players decide the game speed. Check out the project web page for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Netris v2
    Netris is a free, open source, Tetris™ clone written in Java. With some Network Features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a proof of concept project using agile methods to create a tetris application in 2 days
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    cublock
    Extension of classic California Dreams game Blockout, written in Java. It allows playing with blocks made of arbitrary number of cubes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB