Added launch with docker
build image (1 time)
sudo docker compose build
launch container terminal (every time you want to launch the game)
sudo docker compose run --rm pzdc2 bash
run the game in the container terminal
ruby pzdc_dungeon_2.rb
Added launch with docker
build image (1 time)
sudo docker compose build
launch container terminal (every time you want to launch the game)
sudo docker compose run --rm pzdc2 bash
run the game in the container terminal
ruby pzdc_dungeon_2.rb