
Infinitris
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Infinitris
We combined the genres Infinite Side-Scroller and Tetris! Infinitris!The character walks on a road made of Tetris blocks but beware! some pieces may be missing.
If you fall into a hole or trip over a block, you die!
How to Play
So use the arrow keys and Z/X to move and rotate the active (white) blocks to fill the holes.Use spacebar to switch between active blocks.
(You can move the active blocks through other blocks, so it's not perfectly Tetrissy)
Where to Play
Online
Play the game online: https://davidvollmar.github.io/infinitris/(Be patient, it needs to load for a bit, click to start.)
Local
To play locally, get the code from https://github.com/davidvollmar/infinitris and run:npm install
npm run dev
(if you don't have npm installed and are on windows, one easy way is to click through the isntaller of node.js at https://nodejs.org/en/download/)
Post-Jam change log
Fixed deployment issue regarding loading of assetsFixed performance issue causing lag after a few pieces
Fixed score not restarting at 0 when playing again
Game speed no longer fixed but faster with increments
Pieces spawn a little bit more varied
Switch to next puzzle a bit earlier