- Azka Hafidz Asianto (120140201)
- M. Nuur Arinda (120140145)
- Rizqi Fiesta Febrianto (120140171)
- Rauli Sipakkar (120140001)
- Joy Arta Br Sitinjak (120140101)
- Ferawati Manurung (120140196)
A snake game is a simple game where a snake moves around a box/wall trying to eat a fruit. Once it succesfully eats the fruit, the length of the snake increases.the snake must avoid its tail.
Docker image container for a game called snake game.
- Build the image using, docker build -t docker_snake
- Then check the image using, docker images
- Run the image container using, docker run -it docker_snake
- Play and enjoy the game :)