All Projects → mat-sz → 2048

mat-sz / 2048

Licence: BSD-3-Clause-Clear license
🎮 2048 clone (React/TypeScript/Redux). No canvas.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to 2048

2048
🎮 2048 game developed using javascript
Stars: ✭ 53 (-3.64%)
Mutual labels:  javascript-game, 2048
blitz-tactics
Fast-paced chess tactics trainer
Stars: ✭ 137 (+149.09%)
Mutual labels:  javascript-game
Expo-Nitro-Roll
A cross-platform video game built with Expo and three.js!
Stars: ✭ 16 (-70.91%)
Mutual labels:  javascript-game
Five-Nights-at-Freddys-Web
Five Nights at Freddy's - Web: https://wellsousaaa.github.io/Five-Nights-at-Freddys-Web/
Stars: ✭ 79 (+43.64%)
Mutual labels:  javascript-game
hangman-game
A responsive hangman game built with vanilla javascript, html, and css. Animated with GSAP and canvas animations.
Stars: ✭ 22 (-60%)
Mutual labels:  javascript-game
react-2048
A React implementation of 2048 game built with typescript and styled-components
Stars: ✭ 66 (+20%)
Mutual labels:  2048
ChineseChessOnline
一款canvas版中国象棋游戏,支持高清图像/canvas响应式设计/ 实时对战/棋谱功能/在线聊天。A Canvas version of the Chinese chess game, supporting high-definition images / Canvas responsive design / real-time combat / chess spectrum function / online chat
Stars: ✭ 25 (-54.55%)
Mutual labels:  javascript-game
LodeRunner TotalRecall
Lode Runner - Total Recall (超級運動員-全面回憶) : Remake in HTML5
Stars: ✭ 136 (+147.27%)
Mutual labels:  javascript-game
Phaser3.Boilerplate
Phaser 3 Boilerplate project for rapid development.
Stars: ✭ 15 (-72.73%)
Mutual labels:  javascript-game
TideBot
我的 IRC 机器人,虽然这个 Bot 能让聊天者在 IRC 里玩游戏,但除了游戏,还有其他很多功能。
Stars: ✭ 26 (-52.73%)
Mutual labels:  2048
2048.node
🎮 Terminal version of the game 2048 written in Nodejs
Stars: ✭ 18 (-67.27%)
Mutual labels:  2048
2048-typescript-cocoscreator
🚀 A 2048 Canvas Game.
Stars: ✭ 15 (-72.73%)
Mutual labels:  2048
AutoTrimps
Automation for the idle incremental game 'Trimps'
Stars: ✭ 32 (-41.82%)
Mutual labels:  javascript-game
guess-game
The classic guess the number game with some extra features.Try it
Stars: ✭ 28 (-49.09%)
Mutual labels:  javascript-game
slotjs
🎰 Circular slot machine mobile-first SPA built using JavaScript, CSS variables and Emojis!
Stars: ✭ 90 (+63.64%)
Mutual labels:  javascript-game
AutoTrimps
AutoTrimps - Zek
Stars: ✭ 37 (-32.73%)
Mutual labels:  javascript-game
arcomage-hd
Web-based, free and open source, remastered 3D clone of 3DO/NWC's 2000 card game Arcomage. 13 languages. Desktop or mobile Android iOS. Online or offline PWA. Against AI or Multiplayer (w/o server). 🧝👾🃏 (ts+react+redux+rxjs, CSS-based anim, WebRTC)
Stars: ✭ 55 (+0%)
Mutual labels:  typescript-game
doppelkopf
A "Doppelkopf" card game - in your browser ♣️♠️♥️♦️
Stars: ✭ 39 (-29.09%)
Mutual labels:  javascript-game
endless-runner-3d
Cube Endless Runner is a 3D game built with BabylonJS engine on top of WebGL and HTML5 technologies
Stars: ✭ 29 (-47.27%)
Mutual labels:  javascript-game
2048-rs
Rust implementation of 2048 game
Stars: ✭ 15 (-72.73%)
Mutual labels:  2048

2048

2048 • Demo

workflow

This is a reimplementation of Gabriele Cirulli's excellent 2048 game, built with React, Redux and TypeScript. Unlike other React-based implementations, only functional components (with hooks) are used here. This project doesn't rely on canvas or element refs. This project was bootstrapped using the mat-sz CRA template.

Running/Development

As with many CRA-based application, 2048 can be run using the following commands:

yarn install
yarn start

Unit Tests

Several unit tests for game logic are available. You can run the test suite using:

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