All Projects → Paol-imi → Blockly Gamepad

Paol-imi / Blockly Gamepad

Licence: mit
A Blockly extension designed to develop games (made with love ❤)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Blockly Gamepad

Coerce Rs
Coerce - an asynchronous (async/await) Actor runtime and cluster framework for Rust
Stars: ✭ 231 (+1183.33%)
Mutual labels:  async, asynchronous, await
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+3733.33%)
Mutual labels:  async, asynchronous, await
Csp
Communicating Sequential Processes in JavaScript
Stars: ✭ 33 (+83.33%)
Mutual labels:  async, asynchronous, await
Async Sema
Semaphore using `async` and `await`
Stars: ✭ 326 (+1711.11%)
Mutual labels:  async, asynchronous, await
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (+2155.56%)
Mutual labels:  async, await
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+27894.44%)
Mutual labels:  async, await
Zsh Async
Because your terminal should be able to perform tasks asynchronously without external tools!
Stars: ✭ 528 (+2833.33%)
Mutual labels:  async, asynchronous
Ws Promise Client
PROJECT MOVED: https://github.com/kdex/ws-promise
Stars: ✭ 6 (-66.67%)
Mutual labels:  async, await
P Iteration
Utilities that make array iteration easy when using async/await or Promises
Stars: ✭ 337 (+1772.22%)
Mutual labels:  async, await
Tornado Celery
Non-blocking Celery client for Tornado
Stars: ✭ 561 (+3016.67%)
Mutual labels:  async, asynchronous
P Map
Map over promises concurrently
Stars: ✭ 639 (+3450%)
Mutual labels:  async, await
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+25888.89%)
Mutual labels:  async, asynchronous
Asyncenumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
Stars: ✭ 367 (+1938.89%)
Mutual labels:  async, await
Quill
Asynchronous Low Latency C++ Logging Library
Stars: ✭ 422 (+2244.44%)
Mutual labels:  async, asynchronous
Predis Async
Asynchronous PHP client library for Redis built on top of ReactPHP
Stars: ✭ 354 (+1866.67%)
Mutual labels:  async, asynchronous
Micro Router
🚉 A tiny and functional router for Zeit's Micro
Stars: ✭ 621 (+3350%)
Mutual labels:  async, await
G3log
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
Stars: ✭ 677 (+3661.11%)
Mutual labels:  async, asynchronous
Asyncawaitbestpractices
Extensions for System.Threading.Tasks.Task and System.Threading.Tasks.ValueTask
Stars: ✭ 693 (+3750%)
Mutual labels:  async, await
Async Techniques Python Course
Async Techniques and Examples in Python Course
Stars: ✭ 314 (+1644.44%)
Mutual labels:  async, await
Wx Promise Pro
✨强大、优雅的微信小程序异步库🚀
Stars: ✭ 762 (+4133.33%)
Mutual labels:  async, await

Blockly-gamepad 🎮

License: MIT GitHub release npm version Built on Blockly

A Blockly extension designed to develop games (made with love ❤).

How it works 📘

This library helps you to create the Blockly structure of a game, allowing you to interact asynchronously with it using methods like load() & reset() to init the game, play() & pause() to start the game, forward() & backward() to move step-by-step through the blocks and others useful methods.

See the full documentation .

Games 🏆

  • The aviator. This is a first demo of the game, if you like it you're officially changelled to solve the final impossible level 😜.

  • Coming soon. Lot of games coming soon.

Demo 🕹️

Try this demo, it is a remake with blockly-gamepad of the Maze game.
You can find the full code here.

Tips 💡

To get a quick feedback of what you can create with this library I suggest you to view both the demo and the games linked above. I also advise you to view the commented code (both for games and for the demo).

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