Long Boi Game JavaScript Edition

Your browser does not support the HTML canvas tag.

This page is a port of my game Long Boi which is named after the long I blocks in Tetris because of my roommate River Black Rose. The original was written in C but this Javascript Edition runs in a web browser.

This example accepts user input by keypresses.

Keys = Action
w = move up
a = move left
s = move down
d = move right
z = rotate counter clockwise
x = rotate clockwise

I learned to use HTML5 canvas from
https://www.w3schools.com/html/html5_canvas.asp

Email me: chastitywhiterose@gmail.com if you have any questions or suggestions for what I might do with this.