wurstscript
There are 23 repositories under wurstscript topic.
wurstscript/WurstScript
Programming language and toolkit to create Warcraft III Maps
NabihaShujaat/Wurst
Wurst features a wide range of fun and troll modules and has been available since 2014. It is open-source and supports versions 1.7.2 through 1.21+. wurst client 1.21
Jplamo13/Wurst
Wurst features a wide range of fun and troll modules and has been available since 2014. It is open-source and supports versions 1.7.2 through 1.21+. wurst client 1.21
Frotty/Frentity
Hierarchical Entity Framework
LazyKnightX/wurst.wow8.org
WurstScript的非官方中文网站与文档。
rzaharia/UnitAbilitiesWarcraft3
Learning to create new abilites, triggers for Warcraft3 in Wurst, language that gets interpreted in Jass, scripting language for Warcraft3, being just an easier developement language.
Cokemonkey11/wurst-debugging-tools
Wurstscript packages for debugging
Cokemonkey11/WurstCommand
dash-command library (-help) in wurst
Cokemonkey11/WurstUnitAnimations
A wurstscript library that provides extract unit model animation data (indices and durations)
fbicirno/WurstBingTemplate
WurstScript Bing Template
Jampi0n/Treasure-Wars
A Warcraft 3 5v5 moba map.
akasection/MiniWars
A mini warcraft 3 skirmish, fully developed using Wurst
Cokemonkey11/embargo-td
This repository houses Embargo TD, a warcraft 3 map.
Cokemonkey11/WurstArmorType
Type-safe wrappers for unit armor type
Cokemonkey11/WurstMaybePrimitives
Lightweight Maybe<T> for wurst primitives, using tuples for underlying storage
Cokemonkey11/WurstTempLightning
A wurstscript library for managing lightning instances
Spellbound7/TransportNetwork
Remaking the Nydus Network from Starcraft 2 in Warcraft 3 using Wurstscript.
Cokemonkey11/BastardsAndConquerors
A warcraft3 custom game made in wurstlang
Cokemonkey11/WurstAstar
A wurstscript library that provides A*.
Cokemonkey11/WurstLinkedComparisonHashMap
A wurstscript library that provides a iterable hashmap with comparable keys (interface Comparable)
Cokemonkey11/WurstLinkedHashMap
A wurstscript library that provides an iterable hashmap data structure
Cokemonkey11/WurstPairingHeap
Lep's jass pairing heap modified for use in wurst. It does not pass tests.
Cokemonkey11/WurstRealHeapGuard
A wurstscript library that provides a heap implementation, keyed by reals. The data struture is single-instantiable and provides a guard interface for async access.