1.3.1 • Published 9 years ago

codingame-utils v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Utility functions for CodinGame

Includes helpers for:

  • assertion
  • parsing
  • collections
  • functional programming
  • 2D vector manipulation

Getting started

Start using these functions in CodinGame right now by copying the content of https://unpkg.com/codingame-utils/dist/index.js into the CodinGame IDE! You will then have access to the functions through the utils variable.

utils.assert.ok(false)
utils.functions.compose(f, g)
utils.vector.between({x: 0, y: 3}, {x: 1, y: 2})
1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago