https://github.com/freedomben/pacvim-docker
https://github.com/freedomben/pacvim-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freedomben/pacvim-docker
- Owner: FreedomBen
- Created: 2018-05-15T23:13:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T00:02:50.000Z (about 8 years ago)
- Last Synced: 2025-04-22T21:59:29.271Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pacvim-docker
The pacvim game dockerized for easy install. Simply run
```sh
docker run -it freedomben/pacvim
```
And you'll be playing! If you want to specify level or mode:
```sh
# Start on level 5 mode == normal
docker run -it freedomben/pacvim 5 n
```
```sh
# Start on level 5 mode == hard
docker run -it freedomben/pacvim 3 h
```
Forked initially from: https://gist.github.com/tlrobinson/f64d80b872338a878d14601eda764bdb