31 projects tagged "JavaScript"
In Artifact of Mazes, your ship is lost in a three-dimensional maze. The only way out is to collect pieces of a strange artifact and fit them together. This HTML5 game includes custom practice modes, randomly generated mazes and puzzles, a zoomable overview map, and help screens as well as mouse, keyboard, and touchscreen support.
Slim HTML5 Audio jQuery Plugin is a very simple jQuery plugin to embed an audio player. It can insert HTML to play a given audio file using the HTML5 audio tag. It also inserts the embed container tab as fallback when the audio tag is not supported by the Web browser (e.g., IE7 and 8).
EPIC is a multiplayer strategy roleplaying game in which you are pitted against or work with real people in various fantasy settings called modules. It starts with Conan and Malazan modules. Third parties can create new modules. The system supports adventures, armies, characters, assassins, guilds/buildings, very rich magic (over 400 spells) and over 2,000 items, in a realistic fantasy world . The game focuses on minimum game time but the maximum amount of time thinking about the game and your cunning plans with your allies. There's no farming or repetition. The game format encourages the creation of epic fantasy tales. Part of a player's turn is in real time, but movement and military orders are done as submitted orders which are processed as your turn.
Swallowapps provides interactive tools for the design of Web (HTML5) content. You create the visual part of your application using visual tools and get instant feedback while you adjust dimensions, transformation matrices, colors, shadows, gradients, and other styling elements in an intuitive and interactive way. When the time comes for programming, Swallowapps combines the convenience of the commonJS packaging specification (the require() function, package.json, etc.) with an automatic build process. Modify any source module of any package which you use, hit F5 in the browser, and your updated application is reloaded. Swallowapps tools are built with themselves, so as you learn how to use the tools, you also learn how to modify them and make them tightly fit your specific needs.
cupQ (a.k.a. "cupQuery") is an easy-to-use cross-browser JavaScript library which allows querying and manipulation of HTML DOM documents using standard selectors to get output as an array. Any cupQ method always returns results in the form of an array, so to track any individual values of the result, an index is used to specify the target item or node in the resulting array. By default, cupQ starts Querying the HTML DOM from the root or the "document" object element, but this can be customized to start querying from any specific node of the DOM by supplying "targetNode", which can be any document, any DOM node, or an array with nodes. cupQ can be used to execute getter/setters to target and manipulate different nodes and their attributes, styles, HTML, and text contents. Any cupQ object supports a plugin architecture, so it can be extended to add new features utilizing the existing ones.