Tetris Galaxy is a video game inspired by Tetris. In Tetris Galaxy, blocks fall from all edges of the screen towards the center. Lines are cleared in concentric squares around the center. Tetris Galaxy is a fun variation of Tetris that would be enjoyable to any Tetris fan.
This guide is for users seeking to install and play Tetris Galaxy.
This guide is not for users seeking extensive help to modify Tetris Galaxy.
- Run TetrisGalaxy.jar
Gameplay information can be found here.
- Tetris Galaxy isn't working!
- Ensure Java is installed
- Ensure TetrisGalaxy.jar is placed in the same directory as all its folders and dependencies
- How do I know if I have Java?
- Windows
- Select Start -> Control Panel -> Add/Remove Programs
- If Java is not listed, you must install Java
- Mac
- Under System Preferences, click on the Java icon
- If you do not see a Java icon, you must install Java
- Windows
- Where is the pause menu? Where is the main menu?
- Menus are the first of many features planned for Tetris Galaxy
- What is the inspiration for the Tetris Galaxy?
- Tetris Galaxy is the result of a single "what if?" from a team of Tetris fans
while (!g.startIt()) { wait(150); }
g.passIn(board, activeSet, scoring, bag);
try { gameLoop();}
catch (Exception e) { g.end();}
Code for the game loop located in Game.java
. The graphics driver g
is
passed in game information from the previous iteration via the passIn
method.
Then, the gameLoop
function computes logic for the next game tick.
Additional source code for Tetris Galaxy can be found on Github.
For additional support, contact Matthew Swanson