All Projects → samiheikki → Javascript Guessing Game

samiheikki / Javascript Guessing Game

You know there are too many JavaScript libraries when there is a game for it 🎯

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Javascript Guessing Game

Diablerie
Diablo 2 reimplementation on unity
Stars: ✭ 363 (-5.47%)
Mutual labels:  game
Wolfhud
Payday 2 HUD
Stars: ✭ 371 (-3.39%)
Mutual labels:  game
Einx
a framework in golang for game server or app server
Stars: ✭ 376 (-2.08%)
Mutual labels:  game
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (-5.47%)
Mutual labels:  game
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (-3.65%)
Mutual labels:  game
Hourboostr
Two programs for idling Steam game hours and trading cards
Stars: ✭ 372 (-3.12%)
Mutual labels:  game
Vue Babylonjs
A ready-to-go 3d environment for Vue.js using Babylon.js
Stars: ✭ 356 (-7.29%)
Mutual labels:  game
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+4957.29%)
Mutual labels:  game
Simplefpstemplate
Simple C++ FPS Template for Unreal Engine 4
Stars: ✭ 372 (-3.12%)
Mutual labels:  game
Ordinary Puzzles App
Mobile and web puzzle game built with React-Native
Stars: ✭ 376 (-2.08%)
Mutual labels:  game
Ssvopenhexagon
C++14 FOSS clone of "Super Hexagon". Depends on SSVStart, SSVEntitySystem, SSVLuaWrapper, SSVMenuSystem, JSONcpp, SFML2.0. Features JSON/LUA customizable game files, a soundtrack by BOSSFIGHT, pseudo-3D effects.
Stars: ✭ 364 (-5.21%)
Mutual labels:  game
Gemini Scrollbar
🌓 Custom overlay-scrollbars with native scrolling mechanism for web applications
Stars: ✭ 369 (-3.91%)
Mutual labels:  js-library
Devilutionx
Diablo build for modern operating systems
Stars: ✭ 5,015 (+1205.99%)
Mutual labels:  game
Mgs2 V S Fix
Homemade fix for the PC version of Metal Gear Solid 2
Stars: ✭ 362 (-5.73%)
Mutual labels:  game
Movement Tracking
UP - DOWN - LEFT - RIGHT movement tracking.
Stars: ✭ 379 (-1.3%)
Mutual labels:  game
Websocket
simple php websocket server + demos + yii/yii2 integration + php 7 support
Stars: ✭ 363 (-5.47%)
Mutual labels:  game
Riiablo
Diablo II remade using Java and LibGDX
Stars: ✭ 371 (-3.39%)
Mutual labels:  game
Ecosim
An interactive ecosystem and evolution simulator written in C and OpenGL, for GNU/Linux.
Stars: ✭ 382 (-0.52%)
Mutual labels:  game
Darkest Dungeon Unity
Darkest Dungeon port in Unity. Almost completely identical to the original. Platforms: PC/Android.
Stars: ✭ 378 (-1.56%)
Mutual labels:  game
Polishedcrystal
An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content.
Stars: ✭ 374 (-2.6%)
Mutual labels:  game

Build Status

JavaScript Guessing Game

You know there are too many JavaScript libraries when there is a game for it

Description

React, Flux, Angular, Aurelia, TypeScript, Flow, oh my! By trying to make things simpler, I have created this game to stay on top of JavaScript in 2017.

Play the game!

Demo

Inspired by How it feels to learn JavaScript in 2016.

Contributing

  1. Add a new object of a JavaScript tool to /static/logos.json JSON file.
  2. Add 100x100 .png image to /static/logos/ directory with the tool's name in lowercase as the file's name.
  3. Create a pull request :)

Build Setup

First make sure you have Yarn installed.

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# run e2e tests
yarn run test

# build for production with minification and service workers
yarn run build

Credits

Thank you to the following awesome people for sending PRs ❤️ :

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