All Projects → djsegal → Tetris.jl

djsegal / Tetris.jl

Licence: other
you know, for kids? 👾

Programming Languages

julia
2034 projects
CSS
56736 projects

Projects that are alternatives of or similar to Tetris.jl

WpfTetris
MVVM based Tetris application sample on WPF
Stars: ✭ 24 (-11.11%)
Mutual labels:  tetris
nvim-tetris
Bringing emacs' greatest feature to neovim - Tetris!
Stars: ✭ 114 (+322.22%)
Mutual labels:  tetris
tetris
轻松10步用es6写出俄罗斯方块🎉
Stars: ✭ 30 (+11.11%)
Mutual labels:  tetris
solution-finder
Tetris: Find perfect clears, combos, T-spins
Stars: ✭ 76 (+181.48%)
Mutual labels:  tetris
mimstris
A falling block puzzle game created using React and Redux.
Stars: ✭ 129 (+377.78%)
Mutual labels:  tetris
Tetris AR
An AR Tetris (unity3d+vuforia)
Stars: ✭ 14 (-48.15%)
Mutual labels:  tetris
AWKTC
AWKTC is Workable Klutzy Time-wasting Command
Stars: ✭ 44 (+62.96%)
Mutual labels:  tetris
React Tetris
Use React, Redux, Immutable to code Tetris. 🎮
Stars: ✭ 6,770 (+24974.07%)
Mutual labels:  tetris
CppTetris
Tetris made within an hour
Stars: ✭ 104 (+285.19%)
Mutual labels:  tetris
Tetris
☕️A tetris game written in Java, suitable for beginners to practice.
Stars: ✭ 22 (-18.52%)
Mutual labels:  tetris
tetris-game
⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/
Stars: ✭ 15 (-44.44%)
Mutual labels:  tetris
playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (+103.7%)
Mutual labels:  tetris
fumen-for-mobile-ts
Tetris diagram editor for mobile
Stars: ✭ 14 (-48.15%)
Mutual labels:  tetris
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (+318.52%)
Mutual labels:  tetris
terminal-tetris
tetris written in C for linux terminal, featuring top notch ASCII graphics based on the original tetris game
Stars: ✭ 15 (-44.44%)
Mutual labels:  tetris
wasm-tetris
Wasm Tetris
Stars: ✭ 85 (+214.81%)
Mutual labels:  tetris
Tetris
A (incomplete) terminal Tetris. Written in Haskell.
Stars: ✭ 26 (-3.7%)
Mutual labels:  tetris
tetriss
Tetris clone written in JavaScript 🎮 https://antonioolf.github.io/tetriss/
Stars: ✭ 14 (-48.15%)
Mutual labels:  tetris
Tetris
Tetris in F#, dotnet core and MonoGame. Arcade sounds included!
Stars: ✭ 29 (+7.41%)
Mutual labels:  tetris
tetris-ai
A Tetris AI written in JavaScript that uses a genetic algorithm
Stars: ✭ 22 (-18.52%)
Mutual labels:  tetris

Tetris

Build Status Binder

Gameplay Shots

music by: Ghost & Kozmos


Installation

Pkg.add("Tetris")

Usage

Standard usage is:

using Tetris
Tetris.setup()

However, if you have a long running function, this might be more your speed:

using Tetris
@tetris slow_func()

Controls

For the most part, they match tetris friends.

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].