Sign inSign up

jpksf/snake

By jpksf

•Updated about 10 years ago

Play the game snake in your terminal in docker. Simply run: docker run -it jpksf/snake:beta nsnake

Image
0

1.1K

jpksf/snake repository overview

#I made this to see if it worked and paid no attention to size. FROM ubuntu:12.04 RUN apt-get update RUN apt-get install build-essential -y

RUN apt-get install libncurses5-dev --fix-missing -y

RUN apt-get update && apt-get install wget -y

RUN wget --no-check-certificate -O nsnake.tar.gz http://goo.gl/FCys1⁠

RUN tar -xzvf nsnake.tar.gz

WORKDIR /nsnake-1.3

RUN make

RUN make install

RUN apt-get clean &&
rm -rf /tmp/ /var/tmp/ /var/lib/apt/archive/ /var/lib/apt/lists/

Tag summary

Content type

Image

Digest

Size

137.8 MB

Last updated

about 10 years ago

docker pull jpksf/snake