Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

WarriorJS

An exciting game of programming and Artificial Intelligence
Collective - Host: opensource - https://opencollective.com/warriorjs - Website: https://warriorjs.com - Code: https://github.com/olistic/warriorjs

Add units array default value (#179)

github.com/olistic/warriorjs - 3d3667e8aa979807a01fbf06cb2bd744e391151a authored over 6 years ago by Matías Olivera <[email protected]>
Fix README.md template (#178)

Also, separate README.md header in two.

github.com/olistic/warriorjs - 1b9d1df5ffaa947c7c78b2709cb6b12538017c09 authored over 6 years ago by Matías Olivera <[email protected]>
Load towers dynamically (#169)

* Save reference to tower id in profiles instead of tower name. This
change is needed to pr...

github.com/olistic/warriorjs - 83cecf0295b5ccac7e12d0b607e75e9eaca09198 authored over 6 years ago by Matías Olivera <[email protected]>
Simplify game directory creation (#177)

github.com/olistic/warriorjs - fc038df3b30fb58b8a71eb82141903b5aab967f1 authored over 6 years ago by Matías Olivera <[email protected]>
Convert unnecessary async calls to sync (#176)

github.com/olistic/warriorjs - a9fd3734b8f33dbe241c36b0ec56760db6eb786c authored over 6 years ago by Matías Olivera <[email protected]>
Remove unused dependency (#175)

github.com/olistic/warriorjs - 6c37289749a935219447125a9d6e334f7e951999 authored over 6 years ago by Matías Olivera <[email protected]>
Remove unused dependency (#174)

github.com/olistic/warriorjs - b59cc8fb0fa5a4a62881f8bff02c52d23765b903 authored over 6 years ago by Matías Olivera <[email protected]>
Fix typos (#173)

github.com/olistic/warriorjs - 80e7ad8c5541ce54823a88186888e85a9b14029d authored over 6 years ago by Matías Olivera <[email protected]>
Move ensureGameDirectory call (#172)

github.com/olistic/warriorjs - c76b0023dcbe512148a8438c42497cb1b0000928 authored over 6 years ago by Matías Olivera <[email protected]>
Improve h3 style (#171)

github.com/olistic/warriorjs - b74a5e3b138f86cc1ce9562cb5dc2b0b836d71e1 authored over 6 years ago by Matías Olivera <[email protected]>
Ignore unwanted properties when saving the profile (#170)

github.com/olistic/warriorjs - 3c28cd6ca0bd1a9da2ac8b18299ef545ecd1d691 authored over 6 years ago by Matías Olivera <[email protected]>
Update dependencies (#164)

github.com/olistic/warriorjs - 30c62cf3026bad99fed19538d884202238229b2b authored over 6 years ago by Matías Olivera <[email protected]>
Update CircleCI badge to reflect master

github.com/olistic/warriorjs - 91211ffde195757d184ad0acb0b896464b53f0b8 authored over 6 years ago by Matias Olivera <[email protected]>
Enhance "look" ability (#162)

Prevents seeing through walls.

github.com/olistic/warriorjs - fb51f5b99ec5aeb64e32cec8eeef4fda4eaa6bca authored over 6 years ago by Alex Lewis <[email protected]>
Introduce end-of-line normalization (#163)

github.com/olistic/warriorjs - 17d040f2de182bb52991e814eb523a5583950605 authored over 6 years ago by Matías Olivera <[email protected]>
Update Docusaurus (#158)

github.com/olistic/warriorjs - 405d7c205172d152a73573062d9313baeec1716e authored over 6 years ago by Matías Olivera <[email protected]>
Fix CHANGELOG.md links

github.com/olistic/warriorjs - cf7f1692fbcb35b91580b2dae0537ff45fb26468 authored over 6 years ago by Matias Olivera <[email protected]>
v0.4.2

github.com/olistic/warriorjs - 0d66412b4e2c89b53ef5defef3deff9da0916ce7 authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - a3833df7dd79b88288fa362c8e151e38a53b951c authored over 6 years ago by Matias Olivera <[email protected]>
Unit refactor (#156)

* Reorder Unit properties.

* Make health check more explicit.

github.com/olistic/warriorjs - 9da34f66699d147a935119bea2b18877fdfe39db authored over 6 years ago by Matías Olivera <[email protected]>
Add warrior name suggestions (#152)

Also, improve profile directory name generation.

github.com/olistic/warriorjs - e0f75beb7a5ac84f9bf5f64c5f5c872ed0868171 authored over 6 years ago by Matías Olivera <[email protected]>
Update Docusaurus (#148)

Also, stop auto-formatting `en.json` file.

github.com/olistic/warriorjs - 32eb5431bc81fea91e69ad5942937c1fc07ae3ba authored over 6 years ago by Matías Olivera <[email protected]>
v0.4.1

github.com/olistic/warriorjs - bf66e5b21b21a6120e88889b2a3bcde2317fcbd5 authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - ed80b8cd6af251b54cfc47114205f89312103f1f authored over 6 years ago by Matias Olivera <[email protected]>
Improve level tips (#150)

github.com/olistic/warriorjs - 04ad5c3386a24d631089fe4c9e258393cff35244 authored over 6 years ago by Matías Olivera <[email protected]>
Improve think ability description (#149)

github.com/olistic/warriorjs - 8bd2fd57048b461d860ed8897e51ef8cacb7b97f authored over 6 years ago by Matías Olivera <[email protected]>
Tweak UI (#147)

* Stop printing level description.

* Remove "turn" word from turn header.

* Dim gray UI.

github.com/olistic/warriorjs - d9d953f0d4c0dec71ceb6b3cc9b4bc20a3369e78 authored over 6 years ago by Matías Olivera <[email protected]>
Fix `printRow` when using ANSI escapes (#146)

github.com/olistic/warriorjs - 56e1cb08247b832fa3538d1cd6c0effcd9ab4d49 authored over 6 years ago by Matías Olivera <[email protected]>
Refactor `PlayerLoader` and `LevelLoader` (#143)

Also, rename `PlayerGenerator` to `ProfileGenerator`.

github.com/olistic/warriorjs - 254822c57d6c2a7f2691f3190fc71812d48c5b3b authored over 6 years ago by Matías Olivera <[email protected]>
Print level before play (#145)

* Refactor `printRow`.

* Stop printing level header on first event.

* Print level befor...

github.com/olistic/warriorjs - d496d7b9a9d67d10075c2fa188a98d24aef791c5 authored over 6 years ago by Matías Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - fd7e9b7a5043ea19c8a486eed6b7aa355ee44db0 authored over 6 years ago by Matias Olivera <[email protected]>
Add --silent flag to CLI (#82)

github.com/olistic/warriorjs - 37c082b11856ce0abd8944029803069212b8737c authored over 6 years ago by Xavi <[email protected]>
Stop auto-formatting package.json files (#144)

github.com/olistic/warriorjs - d412e7836255f7d761ac94812776136efcfce643 authored over 6 years ago by Matías Olivera <[email protected]>
v0.4.0

github.com/olistic/warriorjs - 7ee246c34c7cbf1a2b0133c2613cc8269a91b2ac authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 2b850b00c807abf41e489f9856824c3d42518f67 authored over 6 years ago by Matias Olivera <[email protected]>
Update towers peer dependencies

github.com/olistic/warriorjs - 188900b30616eff98412813973b409b7500777bd authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 8843804716d98e23ac11b822365dd88ae6db5235 authored over 6 years ago by Matias Olivera <[email protected]>
Introduce sensed space and sensed unit entities (#129)

Whenever a unit gets a space after sensing an area, that space will be
a `SensedSpace` and the ...

github.com/olistic/warriorjs - b12387e2aea7983f89fe5e8cbc495800afa3121d authored over 6 years ago by Matías Olivera <[email protected]>
Update documentation (#141)

* Improve Space API and Unit API introduction.

* Hide `isUnderEffect()` docs temporarily.

github.com/olistic/warriorjs - 6289b4b5b54e6282b47dcfd4a34667514871b688 authored over 6 years ago by Matías Olivera <[email protected]>
Add `unit.release()` method (#140)

* Add `unit.release()` to the core.

* Use `unit.release()` in rescue ability.

github.com/olistic/warriorjs - 351cdf410a4c9e5e1b39cbc579e8db49ae088c98 authored over 6 years ago by Matías Olivera <[email protected]>
Move `isStairs` logic from Space to Floor (#139)

github.com/olistic/warriorjs - 91f59ed2b84a5d5f967beb1b2c42cc5b71cbd837 authored over 6 years ago by Matías Olivera <[email protected]>
Add getRelativeOffset function (#138)

Also:

* Improve geography functions signature.

* Fix @warriorjs/geography imports order.

github.com/olistic/warriorjs - 37c04d78446eade28216f11a273ffd2a6859c40c authored over 6 years ago by Matías Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 0f1269677cbb811020af30ee834caf285010c5f4 authored over 6 years ago by Matias Olivera <[email protected]>
Polish documentation and tests (#137)

github.com/olistic/warriorjs - ea3bac034b12c2ac7ded4649050ea9826814dbe6 authored over 6 years ago by Matías Olivera <[email protected]>
Improve profile directory detection (#133)

github.com/olistic/warriorjs - 8b55b8a0786b148d7b4c13b21a6aea6e4ab742bf authored over 6 years ago by Geraldo Neto <[email protected]>
Update documentation (#135)

* Enhance Space API and Unit API docs.

* Enhance Scoring docs.

* Hide Effects docs temp...

github.com/olistic/warriorjs - 27d364e1e33b4f358d9be0a33004a83aa65553c2 authored over 6 years ago by Matías Olivera <[email protected]>
Rename `unit.say()` to `unit.log()` (#131)

github.com/olistic/warriorjs - 129956f1840a4ccb45380a8caa48375b87c2d87a authored over 6 years ago by Matías Olivera <[email protected]>
Refactor printing of entire rows (#120)

github.com/olistic/warriorjs - 5a58e868a9f407e91f5365cf2994fb9ac220f46d authored over 6 years ago by Matías Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 70279893ef91286fdbf1fc536d36c7b1ee18eb2e authored over 6 years ago by Matias Olivera <[email protected]>
Fix diamond symbol on Windows (#121)

github.com/olistic/warriorjs - 963c236c44c43ab10bcbbc74c3afbc4a24b1461b authored over 6 years ago by Geraldo Neto <[email protected]>
Enable languages (#115)

* Enable Russian.

* Enable Swedish.

* Enable Chinese Simplified.

github.com/olistic/warriorjs - 1872e0cb08d88b32d304a6ba3024a14ccf5af495 authored over 6 years ago by Matías Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - da14d1e07d79ba72a91424a236b16ae147d402a1 authored over 6 years ago by Matias Olivera <[email protected]>
Make warrior upset when losing points (#107)

github.com/olistic/warriorjs - bf51abd14b4cc51e808a81368aaddc13f604db02 authored over 6 years ago by Akash Gajjar <[email protected]>
Update README.md

github.com/olistic/warriorjs - 42ad255d7f5690e2809b3ecba3e63bd1cee85f6f authored over 6 years ago by Matias Olivera <[email protected]>
Update ISSUE_TEMPLATE.md

github.com/olistic/warriorjs - f8bc8f682bd028a4d488a4460cebd051fd582c6c authored over 6 years ago by Matias Olivera <[email protected]>
v0.3.0

github.com/olistic/warriorjs - a72fca1566fa8bddc496c6dfc25ce8c066dd9c8f authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 1825fd8eb557c91088a66e7afe2e65907a0cb827 authored over 6 years ago by Matias Olivera <[email protected]>
Update towers peer dependencies

github.com/olistic/warriorjs - f360c963489e172969bb98f983bf365ce3031aa2 authored over 6 years ago by Matias Olivera <[email protected]>
Add think ability (#102)

Think allows the player to log arbitrary strings to the play log
before performing the action o...

github.com/olistic/warriorjs - d4c38fd80e3cc816fc7f2e64a59593a76ba053e8 authored over 6 years ago by Matías Olivera <[email protected]>
Enforce Player API (#114)

* Add `getLocation` method to Space API. The location of the space
needs to be accessible (...

github.com/olistic/warriorjs - 4bbc1a77b8f7870c10cabf28b5d91415cb746131 authored over 6 years ago by Matías Olivera <[email protected]>
Improve Player API (#113)

* Move unit methods out of the Space API.

* Update units `playTurn` logic.

* Update docs.

github.com/olistic/warriorjs - f8a0353c96b18cd826514a006f83155f68805b13 authored over 6 years ago by Matías Olivera <[email protected]>
Distinguish between hostile and friendly units (#101)

* Unit's constructor receives a `hostile` parameter that defaults to
true instead of the ex...

github.com/olistic/warriorjs - fd3dc157429b31b9de6470333339ec5857ba283c authored over 6 years ago by Alejandro Dietta <[email protected]>
Subtract reward points when killing a friendly unit (#87)

github.com/olistic/warriorjs - fbc5c10c30124f45bb876a6ef2a5a6d59ec36436 authored over 6 years ago by David Caro <[email protected]>
v0.2.0

github.com/olistic/warriorjs - fb65a333a101fba11c8cee450efd5a9720190d06 authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 0e47854dc33833e2cd3c27168b97e3f57eb5ac77 authored over 6 years ago by Matias Olivera <[email protected]>
Update towers peer dependencies

github.com/olistic/warriorjs - cccf9f70f7ed66fbcc37c5307a60a30140501e28 authored over 6 years ago by Matias Olivera <[email protected]>
Assume yes improvements (#98)

* Add assume yes to more dialogs.

* Update `--yes` docs.

github.com/olistic/warriorjs - f1609aae95784cb8b0ecdb72e079b91a9b1927d9 authored over 6 years ago by Matías Olivera <[email protected]>
Change CLI default answers (#97)

github.com/olistic/warriorjs - 5e5bce5fa64bec1d84ac494954316ee7657db6b6 authored over 6 years ago by Matías Olivera <[email protected]>
Fix README generation (#94)

github.com/olistic/warriorjs - 8cff7af1a2e6ceb8104f263adc289fc5675e108e authored over 6 years ago by Matías Olivera <[email protected]>
Add yes flag (assume yes) to CLI (#93)

The behaviour is not exactly the same. Whereas --skip assumed the
default answer for each quest...

github.com/olistic/warriorjs - 82bb2df0a4f81976b36252f7fc402d431e66d167 authored over 6 years ago by Matías Olivera <[email protected]>
Add tests to parseArgs (#92)

github.com/olistic/warriorjs - 3ff87d3aadd03fb4b3b75f5a72738aae33c083ef authored over 6 years ago by Matías Olivera <[email protected]>
Enable translations (#91)

* Enable Turkish.

* Enable Chinese Traditional.

github.com/olistic/warriorjs - c397151b56efe87ade834b36d6cf611a9aa15261 authored over 6 years ago by Matías Olivera <[email protected]>
Exclude abilities from play log except warrior's (#83)

github.com/olistic/warriorjs - ca58f94faf85a26d95bdb6bcbe7277500d3e0dfe authored over 6 years ago by Matías Olivera <[email protected]>
Add reward to Captive unit (#90)

github.com/olistic/warriorjs - bac7f6927998550a719676d77c603b320201a2aa authored over 6 years ago by Matías Olivera <[email protected]>
Improve rescue ability to award unit's reward (#86)

Change the rescue ability to award the number of points assigned to the
unit being rescued.

github.com/olistic/warriorjs - 594712f0024ed5ae690b5a0aa96cd62d1464b8b4 authored over 6 years ago by Rascal_Two <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 58629ada5ff31d2a25be6f1b28b28e1e4081a7da authored over 6 years ago by Matias Olivera <[email protected]>
Improve Node support (#81)

* Update dependencies.

* Add tests.

* Run tests for Node 8, 9 and 10.

* Update Set ...

github.com/olistic/warriorjs - 67715993b838108693d1c51bcf96766acc377bac authored over 6 years ago by Matías Olivera <[email protected]>
Fix path normalization in tests (#77)

Previously, running tests on a non-posix machine (eg. Windows) would
cause many of them to fail...

github.com/olistic/warriorjs - 91edb6af966b326733cd79b608e6dc372c5a2697 authored over 6 years ago by Jake <[email protected]>
Improve Sponsors (#73)

* Use JSON instead of YAML for sponsors data.

* Use Docusaurus styles for Sponsors.

github.com/olistic/warriorjs - a99356f297576ae6f92f11d089028c754a637d53 authored over 6 years ago by Matías Olivera <[email protected]>
Add Code and Play sections to home page (#72)

github.com/olistic/warriorjs - 812015cb41d17762e9c64d54b137803b35a2487a authored over 6 years ago by Matías Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - 4ac2d956a2a6d0d4e9ab5ae677f48516b92ec62c authored over 6 years ago by Matias Olivera <[email protected]>
Add warrior score next to health in play log (#70)

* Allows users to see how their score changes turn by turn.

* Change health color from red ...

github.com/olistic/warriorjs - 30d96d0f98c7b9e450010dac830c0ca11541d37d authored over 6 years ago by Rascal_Two <[email protected]>
Update object.md (#68)

Fix weird English quirk.

github.com/olistic/warriorjs - 027dd80813c9cc3e08f77d2d713e3cc3d2ac3756 authored over 6 years ago by Alan Russell <[email protected]>
Add reward property to Unit class (#67)

This allows units to reward a set amount of points when killed instead
of their max health.

...

github.com/olistic/warriorjs - f2811418aab5fe3c932b829522268938b810b4b4 authored over 6 years ago by Rascal_Two <[email protected]>
Update Docusaurus (#66)

github.com/olistic/warriorjs - 91ba5fdb9d8aea211316ec5beb80dbb06785737a authored over 6 years ago by Matías Olivera <[email protected]>
Update dependencies (#65)

github.com/olistic/warriorjs - a77617f2212f42daa98638b69f2ed91131e8ac8c authored over 6 years ago by Matías Olivera <[email protected]>
Change Epic Mode occurrences to lower case (#59)

github.com/olistic/warriorjs - 6b90d0629e563ea664e822acf3914353c99c5a7c authored over 6 years ago by Matías Olivera <[email protected]>
Move Crowdin config to website directory (#58)

This helps simplifying the Crowdin commands in the website's package.json while
keeping the pro...

github.com/olistic/warriorjs - 9c202557e8b476234375ac3b06442ed30accd2ce authored over 6 years ago by Matías Olivera <[email protected]>
Add google site verification HTML (#57)

github.com/olistic/warriorjs - 74bce8845f4965c3463d1807bef2b69798f32ece authored over 6 years ago by Matías Olivera <[email protected]>
Enable translations using Crowdin (#55)

* Enable translations using Crowdin
* Enable Spanish
* Synchronize translations prior to websi...

github.com/olistic/warriorjs - 982f4f13e039c8f94b6734a869fd2827582dfa09 authored over 6 years ago by Matías Olivera <[email protected]>
Improve CircleCI config (#56)

* Refactor CircleCI config
* Build website as part of build job
* Add website deploy job

github.com/olistic/warriorjs - d51f8227f1e8eeb42669e4489698ab1dbdebc1fd authored over 6 years ago by Matías Olivera <[email protected]>
Improve docs (#53)

github.com/olistic/warriorjs - 0b177b382168395664a5393d0f70bff3f5b3c8e8 authored over 6 years ago by Matías Olivera <[email protected]>
Show logo on small devices (#52)

github.com/olistic/warriorjs - f09b5d836a9350be03f6175e93d420120b00feb6 authored over 6 years ago by Matías Olivera <[email protected]>
Enable search for the docs (#50)

github.com/olistic/warriorjs - 6706acad88012912b00015f1441e9b7e2e937c2c authored over 6 years ago by Matías Olivera <[email protected]>
Update towers peer dependencies

github.com/olistic/warriorjs - 4b9bac3274a215754fb69d141e3ea422baf6818a authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - becb480f25de7ea00e67f2268bc62bec84909645 authored over 6 years ago by Matias Olivera <[email protected]>
v0.1.1

github.com/olistic/warriorjs - 9f70f155c3c1567eb05507196b476df3a1fca38e authored over 6 years ago by Matias Olivera <[email protected]>
Add missing directory to package files

github.com/olistic/warriorjs - 8af4f2583c83f523ad1848a2ac4b2a3654be5370 authored over 6 years ago by Matias Olivera <[email protected]>
Update CHANGELOG.md

github.com/olistic/warriorjs - b8e0d050b63306217240a75b42706ac47b331e33 authored over 6 years ago by Matias Olivera <[email protected]>
v0.1.0

github.com/olistic/warriorjs - 205bc9031f0ccf771c0f8447d75e530898af8b72 authored over 6 years ago by Matias Olivera <[email protected]>