Skip to content

42core-team/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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