All Projects → jarontai → tetris

jarontai / tetris

Licence: other
Html5 tetris game, supports two players. 支持本地双人对战的html5俄罗斯方块游戏.

Programming Languages

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

Projects that are alternatives of or similar to tetris

playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (+323.08%)
Mutual labels:  tetris
Tetris
☕️A tetris game written in Java, suitable for beginners to practice.
Stars: ✭ 22 (+69.23%)
Mutual labels:  tetris
Tetris.jl
you know, for kids? 👾
Stars: ✭ 27 (+107.69%)
Mutual labels:  tetris
CppTetris
Tetris made within an hour
Stars: ✭ 104 (+700%)
Mutual labels:  tetris
fumen-for-mobile-ts
Tetris diagram editor for mobile
Stars: ✭ 14 (+7.69%)
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 (+15.38%)
Mutual labels:  tetris
tetris-game
⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/
Stars: ✭ 15 (+15.38%)
Mutual labels:  tetris
yafpgatetris
Yet Another Tetris on FPGA Implementation
Stars: ✭ 29 (+123.08%)
Mutual labels:  tetris
tetris-ai
A Tetris AI written in JavaScript that uses a genetic algorithm
Stars: ✭ 22 (+69.23%)
Mutual labels:  tetris
tetriss
Tetris clone written in JavaScript 🎮 https://antonioolf.github.io/tetriss/
Stars: ✭ 14 (+7.69%)
Mutual labels:  tetris
nvim-tetris
Bringing emacs' greatest feature to neovim - Tetris!
Stars: ✭ 114 (+776.92%)
Mutual labels:  tetris
Tetris AR
An AR Tetris (unity3d+vuforia)
Stars: ✭ 14 (+7.69%)
Mutual labels:  tetris
Tetris
Tetris in F#, dotnet core and MonoGame. Arcade sounds included!
Stars: ✭ 29 (+123.08%)
Mutual labels:  tetris
mimstris
A falling block puzzle game created using React and Redux.
Stars: ✭ 129 (+892.31%)
Mutual labels:  tetris
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+830.77%)
Mutual labels:  tetris
PYTRIS
tetris made with pygame
Stars: ✭ 26 (+100%)
Mutual labels:  tetris
tetris
轻松10步用es6写出俄罗斯方块🎉
Stars: ✭ 30 (+130.77%)
Mutual labels:  tetris
TetrisAI
The old school Tetris game in addition with an AI that learns evolutionary how to play this game
Stars: ✭ 24 (+84.62%)
Mutual labels:  tetris
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+153.85%)
Mutual labels:  tetris
React Tetris
Use React, Redux, Immutable to code Tetris. 🎮
Stars: ✭ 6,770 (+51976.92%)
Mutual labels:  tetris

Tetris - http://jarontai.github.io/tetris

An old-fashioned html5 game, build with html5 canvas, jQuery and Bootstrap (includes vs mode).
使用HTML5 Canvas, jQuery以及Bootstrap编写,简单而又老土的俄罗斯方块游戏(支持双人).

Click this link to play the game.
点击这个链接去体验

Build - use yeoman (grunt, bower)

*Note: If you use linux/mac, please make sure git is installed. If you use windows, please make sure git for windows is installed, so you can run build commands in git bash.

To build, install nodejs first, then run these commands:

$ sudo npm install -g yo bower grunt-cli
$ git clone https://github.com/jarontai/tetris.git
$ cd tetris
$ bower install
$ sudo npm install
$ grunt build

To preview, run these commands:

$ grunt serve

Screenshots (截图)

menu

one player

two players


构建 - 使用yeoman (grunt, bower)

注意:linux/mac用户请先确认git已经安装好;windows用户请安装git for windows,构建命令请在git bash下面运行。

先安装Nodejs与git,然后在命令行中运行以下指令:

$ sudo npm install -g yo bower grunt-cli
$ git clone https://github.com/jarontai/tetris.git
$ cd tetris
$ bower install
$ sudo npm install
$ grunt build

在浏览器中预览(推荐使用Chrome)

$ grunt serve

License

MIT license.

Author

Jaron Tai - jaroncn#gmail.com (replace # with @)

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