Skip to content

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

License

Notifications You must be signed in to change notification settings

move-fast-and-break-things/aibyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Setup

  • install node.js
  • (on macOS only) install node-gyp: npm install -g node-gyp
  • install the dependencies: npm ci

Development server

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

npm run dev

Create new user

npm run create-user <username>

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