(로컬) Docker Compose를 이용해 한 번에 띄우고 웹 브라우저에서 버튼 클릭으로 간편하게 즐길 수 있는 고전 게임 4종 패키지입니다.
[pacman, tetris, mario, spaceinvaders]
[소스 코드]
pacman: https://github.com/daleharvey/pacman
tetris: https://github.com/jakesgordon/javascript-tetris
mario: https://github.com/reruns/mario
spaceinvaders: https://github.com/yojoecool/SpaceInvaders
[사용법]
docker run -d --name retrogames -p 8080:80 121896/retro-games:1.0 && firefox localhost:8080 &
Content type
Image
Digest
sha256:627afddc3…
Size
24.8 MB
Last updated
3 months ago
docker pull 121896/retro-games:1.0