All Projects → mannoeu → tetris-game

mannoeu / tetris-game

Licence: other
⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tetris-game

RustTetris
Tetris Made in Rust and SDL2
Stars: ✭ 18 (+20%)
Mutual labels:  tetris
tetris-demo
A Tetris example written in Rust using Piston in under 500 lines of code
Stars: ✭ 106 (+606.67%)
Mutual labels:  tetris
AWKTC
AWKTC is Workable Klutzy Time-wasting Command
Stars: ✭ 44 (+193.33%)
Mutual labels:  tetris
Tetromino
One of my favorite games implemented for iOS, macOS + CLI
Stars: ✭ 17 (+13.33%)
Mutual labels:  tetris
JavaFX-Tetris-Clone
JavaFX Tetris game clone written in Java 8
Stars: ✭ 39 (+160%)
Mutual labels:  tetris
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (+6.67%)
Mutual labels:  tetris
sh-tetris
The pure shell script (sh) that implements the Tetris game following the Tetris Guideline (2009).
Stars: ✭ 31 (+106.67%)
Mutual labels:  tetris
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (+653.33%)
Mutual labels:  tetris
Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (+100%)
Mutual labels:  tetris
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (+33.33%)
Mutual labels:  tetris
python-tetris
Tetris game with AI made by pygame, inspired by react-tetris
Stars: ✭ 19 (+26.67%)
Mutual labels:  tetris
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+553.33%)
Mutual labels:  tetris
tetran
Tetris-style game written in FORTRAN-95
Stars: ✭ 19 (+26.67%)
Mutual labels:  tetris
mobx-react-tetris
No description or website provided.
Stars: ✭ 30 (+100%)
Mutual labels:  tetris
wasm-tetris
Wasm Tetris
Stars: ✭ 85 (+466.67%)
Mutual labels:  tetris
nelua-tetris
Tetris game clone made in Nelua with Raylib
Stars: ✭ 16 (+6.67%)
Mutual labels:  tetris
Tetris
Tetris game (Fork)
Stars: ✭ 21 (+40%)
Mutual labels:  tetris
solution-finder
Tetris: Find perfect clears, combos, T-spins
Stars: ✭ 76 (+406.67%)
Mutual labels:  tetris
WpfTetris
MVVM based Tetris application sample on WPF
Stars: ✭ 24 (+60%)
Mutual labels:  tetris
TETRIS
俄罗斯方块demo
Stars: ✭ 15 (+0%)
Mutual labels:  tetris

tetris-game

A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/

Objective

Fix JavaScript knowledge using:

  • addEventListener()
  • querySelector()
  • querySelectorAll()
  • keyCode()
  • Math.floor()
  • Math.random()
  • length
  • forEach()
  • splice()
  • clearInterval()
  • setInterval()
  • some()
  • innerHTML()
  • every()
  • add()
  • remove()
  • contains()

Technologies

  • HTML5
  • CSS3
  • JavaScript

Acknowledgment: FreeCodeCamp and @kubowania

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].