crvouga / elm-snake-game

🐍 The classic Snake game in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Snake Game

An implementation of the classic Snake Game in Elm.

Snake

To run the app you need create-elm-app.

npm i -g create-elm-app

Then elm-app start will open the game in a browser window http://localhost:3000

Use the up, down, left, right arrow keys to move the snake.

About

🐍 The classic Snake game in Elm


Languages

Language:Elm 57.8%Language:JavaScript 30.8%Language:CSS 7.0%Language:HTML 4.3%