Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 790 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 790 Bytes

Sandbox

This repository combines the connection library and the core server into one using submodules to make it easier to develop the CORE-GAME. This repo also builds the my-core-bot Dockerfile including the Starlord.

Getting started

  • Clone the repo with the --recursive flag && don't give it another folder name (devcontainer depends on it)
git clone [email protected]:42core-team/sandbox.git  --recursive
  • reopen in devcontainer
  • run
    • make to see visualizer output
    • make debug to see the bots output
    • make visualizer to only run the visu at any point
    • open localhost:4040 to see the visualizer