Skip to content

Snake game clone made in Typescript and HTML5

Notifications You must be signed in to change notification settings

Pho3b/snake-game

Repository files navigation

Project

A Snake game clone developed using Typescript and HTML5.
As in the original you can use WASD keys or directional arrows to move the snake and collect food pieces.

snake-game

Docker based installation

  • Using docker:

    • Build: docker build -t snake-game .
    • Start (attached): docker run -it --rm -d -p 8080:80 --name snake-game-nginx -v `pwd`:/usr/share/nginx/html snake-game
  • Using docker-compose:

    • Compose Build: docker-compose up --detach
    • Compose Start: docker-compose start

About

Snake game clone made in Typescript and HTML5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages