All Projects → maxwellito → Breaklock

maxwellito / Breaklock

Licence: mit
Web game, hybrid of Mastermind and the Android pattern lock

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Breaklock

Quantum Game
Quantum Game (old version) - a puzzle game with real quantum mechanics in a browser
Stars: ✭ 294 (+26.72%)
Mutual labels:  game, puzzle
React 2048 Game
🎮 A fancy 2048 game build with react, redux best practices.
Stars: ✭ 401 (+72.84%)
Mutual labels:  game, pwa
Rush
Rush Hour puzzle goodies!
Stars: ✭ 233 (+0.43%)
Mutual labels:  game, puzzle
Nodulus
Puzzle game with clever twists (Unity3d)
Stars: ✭ 232 (+0%)
Mutual labels:  game, puzzle
Matchimals.fun
🦁 🃏 📱 An animal matching puzzle card game– built with turn-based game engine boardgame.io and React-Native + React-Native-Web
Stars: ✭ 101 (-56.47%)
Mutual labels:  game, puzzle
Match3
✨🐠The most original game on Earth: Match3 - now in Unity!✨🐟
Stars: ✭ 50 (-78.45%)
Mutual labels:  game, puzzle
Ordinary Puzzles App
Mobile and web puzzle game built with React-Native
Stars: ✭ 376 (+62.07%)
Mutual labels:  game, puzzle
Cube Composer
A puzzle game inspired by functional programming
Stars: ✭ 1,845 (+695.26%)
Mutual labels:  game, puzzle
Regex
A Regular Expression game for Android
Stars: ✭ 80 (-65.52%)
Mutual labels:  game, puzzle
Flatris
Fast-paced two-player web game
Stars: ✭ 1,162 (+400.86%)
Mutual labels:  game, pwa
Android Jigsaw Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
Stars: ✭ 139 (-40.09%)
Mutual labels:  game, puzzle
Antimine Android
Antimine is an open source minesweeper-like puzzle game.
Stars: ✭ 218 (-6.03%)
Mutual labels:  game, puzzle
The Powder Toy
Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat.
Stars: ✭ 3,128 (+1248.28%)
Mutual labels:  game
You Dont Need Javascript
CSS is powerful, you can do a lot of things without JS.
Stars: ✭ 16,514 (+7018.1%)
Mutual labels:  game
Opmon
Currently moving the project to https://github.com/OpMonTeam/OpMon-Godot
Stars: ✭ 221 (-4.74%)
Mutual labels:  game
Stealthgameudemy
C++ Stealth Game in Unreal Engine (Udemy Project)
Stars: ✭ 221 (-4.74%)
Mutual labels:  game
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (-1.29%)
Mutual labels:  game
Reactive Resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Stars: ✭ 3,280 (+1313.79%)
Mutual labels:  pwa
Fairdicegame
open-sourced, rig-resistant and verifiably fair dice game
Stars: ✭ 221 (-4.74%)
Mutual labels:  game
Cordova Plugin Nativeaudio
The low latency audio plugin is designed to enable low latency and polyphonic audio from Cordova/PhoneGap applications, using a very simple and basic API.
Stars: ✭ 220 (-5.17%)
Mutual labels:  game

BreakLock

Bring me to the game!

Silly HTML5 game, mobile first. BreakLock is a hybrid of Mastermind and the Android pattern lock. A game you gonna love to hate.


Translation and l10n system implemented by @HKalbasi

Hopefully this game (codebase included) will drive you mad.

The goal of this project was the discover progressive Web apps with service workers, and play with Webpack. Also to entertain because the tube is quite boring, especially the Central line on peak time.

If you like this game, you must convince 3 people to like it, who will have to convince 3 other people... and this project will turn into the first OSS sect. Also, if you hate it, you must convince 3 people to hate it, who will have to convince 3 other people...

As long as GitHub provide these sweet gh-pages, this project will be under MIT, without ads, free.

If you're curious about pattern combinations, run ./lab/bruteCalc.js.

Contribute

Contributions are welcome, especially pull-requests. There are a lot of ideas to implement, but less people when it come to code. This is why issues are for bugs only.

Feel free to translate this game in your language by adding a translation in src/l10n/.

Translation

  • Copy src/l10n/en.yml and paste it as yl.yml (yl stand for your locale).
  • Translate content
  • Add your locale in this files:
    • index.html
    • src/controller/langselector/langselector.ctrl.js
  • Open a pull request.

Build

# Install packages
npm install

# Build it
npm run build
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].