tetrinode

A multiplatform tetromino engine

Usage no npm install needed!

<script type="module">
  import tetrinode from 'https://cdn.skypack.dev/tetrinode';
</script>

README

Tetrinode

A tetris clone written in javascript that works in your Terminal and in your Browser.

tetrinode

Install:

git clone git@github.com:alfonsodev/tetrinode.git
cd tetrinode
npm install

Play!

Controls: Use the cursor arrors, left, right, down, and up for rotate.

in your terminal

make play  

In your browser

open index.html

Developing

If you want to see your changes reflected in the browser version you have to run browserify command through the make task.
make bro