Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 255 Bytes

karel-arena

Karel programming language multiplayer edition

Build the docker container

$ docker build -t karel-arena .

Run the docker container

$ docker run -p 80:80 karel-arena

And redirect the browser to http://127.0.0.1.