/TINY

Game for GameOff 2023

Primary LanguageTypeScriptMIT LicenseMIT

TINY

Play on itch.io.

A game about flying spaceships and dropping things, with the help of TINY, a scripted friendly AI.

We are MIT licensed, and include assets from zapsplat.com.

Development:

yarn dev
yarn dev-tsc
yarn test
yarn lint
# Run all the checks:
yarn build

Jupyter for Typescript

In a virtualenv .venv with Jupyter, copy the following to .venv/share/jupyter/kernels/tslab/kernel.json:

{
  "argv": [
    "yarn",
    "run",
    "tslab",
    "kernel",
    "--config-path",
    "{connection_file}"
  ],
  "display_name": "TypeScript",
  "language": "typescript"
}