All Projects → muan → Emoji Minesweeper

muan / Emoji Minesweeper

Licence: mit
💥💣💥

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Emoji Minesweeper

24a2
🏵 An ultra-minimalist game engine
Stars: ✭ 656 (-7.08%)
Mutual labels:  game
Kubeinvaders
Gamified Chaos Engineering Tool for Kubernetes
Stars: ✭ 673 (-4.67%)
Mutual labels:  game
Rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 31,664 (+4384.99%)
Mutual labels:  emoji
Textractor
Extracts text from video games and visual novels. Highly extensible.
Stars: ✭ 656 (-7.08%)
Mutual labels:  game
Oji
(◕‿◕) Text Emoticons Maker
Stars: ✭ 668 (-5.38%)
Mutual labels:  emoji
Abstreet
Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Stars: ✭ 6,355 (+800.14%)
Mutual labels:  game
Etherealengine
C++ Game Engine and Editor
Stars: ✭ 653 (-7.51%)
Mutual labels:  game
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (-0.71%)
Mutual labels:  game
Ecoji
Encodes (and decodes) data as emojis
Stars: ✭ 671 (-4.96%)
Mutual labels:  emoji
Agemojikeyboard
Emoji Keyboard for iOS
Stars: ✭ 686 (-2.83%)
Mutual labels:  emoji
Countries
Countries, Languages & Continents data (capital and currency, native name, calling codes).
Stars: ✭ 656 (-7.08%)
Mutual labels:  emoji
Allsketchs
Processing sketches, in which I have worked in the last years; images, videos, prototypes, experiments, tools, works, concepts... Everything is unfinished, some may not work, When I had no ideas, I would open one to see what it was...
Stars: ✭ 666 (-5.67%)
Mutual labels:  game
Invaderz
Space invaders, but the invaders evolve with genetic algorithm
Stars: ✭ 686 (-2.83%)
Mutual labels:  game
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-7.22%)
Mutual labels:  game
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+3983%)
Mutual labels:  game
Awesome Monogame
A collection of interesting libraries/tools for Monogame based game projects
Stars: ✭ 655 (-7.22%)
Mutual labels:  game
Godot Make Pro 2d Games
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Stars: ✭ 674 (-4.53%)
Mutual labels:  game
Nanoserver
DEMO: Mahjong server base on nano(https://github.com/lonng/nano)
Stars: ✭ 706 (+0%)
Mutual labels:  game
Electron Markdownify
📕 A minimal Markdown editor desktop app
Stars: ✭ 700 (-0.85%)
Mutual labels:  emoji
Ngx Markdown
Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight
Stars: ✭ 687 (-2.69%)
Mutual labels:  emoji

emoji-minesweeper js-standard-style

How to play

  • Left click to step on a spot
  • Right click to mark a spot as a bomb
  • Double click to open all 8 spots nearby a target (except ones already marked as bombs using right clicks)

This is a work in progress

emoji minesweeper game play demo

API

// to start a new game
new Game(cols, rows, bombs, [emptyemoji, bombemoji, flagemoji, starteremoji], twemojiOrNot)

// for example:
new Game(10, 10, 10, ["🌱", "💥", "🚩", "◻️"], true)
new Game(16, 16, 30, ["🐱", "📛", "💣", "🔍"], false)

Todos

  • Mobile!

Zap ⚡️

❤️ https://github.com/twitter/twemoji

Why

WHY IS THIS A QUESTION?!

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