All Projects → nullobject → Tetris

nullobject / Tetris

A clone of the popular game Tetris.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tetris

Mostly Adequate Guide
Mostly adequate guide to FP (in javascript)
Stars: ✭ 21,330 (+22118.75%)
Mutual labels:  reactive-programming, functional-programming
Corsair
Corsair using RxJS, Immutable.js and WebGL/three.js
Stars: ✭ 36 (-62.5%)
Mutual labels:  reactive-programming, functional-programming
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (+460.42%)
Mutual labels:  reactive-programming, functional-programming
Fpgo
Monad, Functional Programming features for Golang
Stars: ✭ 165 (+71.88%)
Mutual labels:  reactive-programming, functional-programming
Taelinarena
[outdated] A moddable MOBA in Formality
Stars: ✭ 84 (-12.5%)
Mutual labels:  game, functional-programming
Swiftrex
Swift + Redux + (Combine|RxSwift|ReactiveSwift) -> SwiftRex
Stars: ✭ 267 (+178.13%)
Mutual labels:  reactive-programming, functional-programming
Cycle State Machine Demo
Non-trivial, real use case demo of a hierarchical state machine library with cyclejs
Stars: ✭ 25 (-73.96%)
Mutual labels:  reactive-programming, functional-programming
Cyclejs.cn
The Cycle.js Chinese documentation website.
Stars: ✭ 132 (+37.5%)
Mutual labels:  reactive-programming, functional-programming
Lila
♞ lichess.org: the forever free, adless and open source chess server ♞
Stars: ✭ 10,315 (+10644.79%)
Mutual labels:  game, functional-programming
Inferno Most Fp Demo
A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques
Stars: ✭ 45 (-53.12%)
Mutual labels:  reactive-programming, functional-programming
Mvi Archtecture
The practice of MVI + Jetpack architecture in Android.
Stars: ✭ 152 (+58.33%)
Mutual labels:  reactive-programming, functional-programming
Spring 5 Examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
Stars: ✭ 87 (-9.37%)
Mutual labels:  reactive-programming, functional-programming
Monix
Asynchronous, Reactive Programming for Scala and Scala.js.
Stars: ✭ 1,819 (+1794.79%)
Mutual labels:  reactive-programming, functional-programming
Rxswift
RxSwift를 스터디하는 공간
Stars: ✭ 335 (+248.96%)
Mutual labels:  reactive-programming, functional-programming
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+42.71%)
Mutual labels:  reactive-programming, functional-programming
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+29927.08%)
Mutual labels:  reactive-programming, game
Akka Stream Eventsourcing
Event sourcing for Akka Streams
Stars: ✭ 105 (+9.38%)
Mutual labels:  reactive-programming, functional-programming
Cyclejs
A functional and reactive JavaScript framework for predictable code
Stars: ✭ 9,996 (+10312.5%)
Mutual labels:  reactive-programming, functional-programming
Mostly Adequate Guide Ru
Mostly adequate guide to FP (in javascript, translated to russian)
Stars: ✭ 1,030 (+972.92%)
Mutual labels:  reactive-programming, functional-programming
Bulb
A reactive programming library for JavaScript.
Stars: ✭ 84 (-12.5%)
Mutual labels:  reactive-programming, functional-programming

Tetris

Build Status

This is an implementation of the popular game Tetris.

It is written as a reactive JavaScript application using FKit and Bulb.

Development

To start a development server:

> make start

To run the tests:

> make test

To deploy the app:

> make deploy

Licence

This implementation of Tetris is licensed under the MIT licence. See the LICENCE file for more details.

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