https://github.com/theleoborges/fallingdreams
A tetris clone developed in Java
https://github.com/theleoborges/fallingdreams
Last synced: 10 months ago
JSON representation
A tetris clone developed in Java
- Host: GitHub
- URL: https://github.com/theleoborges/fallingdreams
- Owner: theleoborges
- Created: 2010-04-04T23:09:40.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-13T13:39:55.000Z (over 15 years ago)
- Last Synced: 2025-01-29T06:49:26.298Z (12 months ago)
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= FallingDreams
I've always enjoyed the art of games development and wanted to give it a try in something achievable from end-to-end.
FallingDreams is a Tetris clone that allowed me the experience of going through the whole process of developing a full game.
=== Building
You'll need at least JDK 6 to build and run the project.
Just run ant from the project root and it will create a runnable jar file with the game.
Enjoy :)
Copyright (c) 2010 {Leonardo Borges}[http://www.leonardoborges.com], released under the MIT license