Skip to content

move-fast-and-break-things/aibyss

Repository files navigation

🚧 UNDER DEVELOPMENT 🚧 Aibyss: code your AI to compete in a survival game

Setup

  • install node.js
  • (on Windows and macOS) install node-gyp: npm install -g node-gyp
  • (on Windows only) install @rollup/rollup-win32-x64-msvc: npm install @rollup/rollup-win32-x64-msvc
  • install the dependencies: npm ci

Development server

Start the development server on http://localhost:3000:

npm run dev

Running the tests

unit tests

npm run test

e2e tests

First, setup e2e tests by running npm run test:e2e:install, then run the tests with:

npm run test:e2e

Contributors guide

We follow conventional commits, name your PRs accordingly

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

🚧 UNDER DEVELOPMENT 🚧 Aibyss: code your AI to compete in an survival game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published