20 projects tagged "JavaScript"
3rd Edition Dungeons and Dragons Character Generator is an HTML/JavaScript Web page that allows the user to quickly and easily create new Dungeons and Dragons characters. The characters can be of any of the eleven classes, any of the playable races, and may start at any level from 1 to 220. Generation requires some simple input, after which the character is displayed on a basic character sheet. It allows you to select your starting stats, add ability points, and pick skills, equipment, feats, and spells. It runs on most operating systems with most modern browsers.
ClanFX is an Javascript game engine for single-player RPGs with quests, traps/triggers, monsters, and puzzles. It has a 2D tile- based overview (92 different 64x64 pixel tiles), 30 different maps with over 50 buildings, 100+ animated sprites for NPCs and monsters (4 directions and 7 actions), sound effects using SoundManager (JavaScript-driven, Flash-based audo), AI for detection, pathfinding, chasing, evasion, patrolling, and guarding, simple coordinate-based collision detection, animated spells, and popup bubbles for communication with NPCs (currently only NPC- to-Player). Most graphics are derived from Reiner's Tilesets. It works on Firefox, Epiphany, and Opera.
DutchPIPE allows Web developers to make virtual multi-user "avatar" environments. Each Web page becomes an abstracted environment or location where visitors and other items on the page are visualized. This status is retained as visitors move around. A lot of real-time interaction is possible, resulting in persistent interactive page environments. DutchPIPE uses AJAX and the DOM for the browser, and it works without Java, Flash, plugins, or firewall adjustments.
Macao is a framework based on Javascript and DHTML to build animated interactive homepages. It is intended to build graphic adventures and other animated interactive fiction. Macao-based games don't need any plugin and can be hosted on static Web servers. The framework comes with a step-by-step tutorial and a complete Java-style API documentation. It has a Road Editor and other useful tools.