Skip to content

~~ Elm / Browser Game ~~ This is a snake game written in Elm. The language itself is a functional language. I learned many declarative concepts while developing this project. This game was a task in my studies.

Notifications You must be signed in to change notification settings

Shank404/FP_Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FP_Snake

Hello and welcome to my functional Snake implementation. This game was developed while i was learning the concepts of declarative programming. It's very simple in it's design and mechanics.

How to start the game ?

  • Clone this repository.
  • Install elm in your package manager -> npm install -g elm
  • Start your IDE of choice and open the project.
  • Run following command in the integrated terminal -> elm reactor
  • Now open your browser and navigate to -> http://localhost:8000/src/SnakeGame.elm

How to control the snake ?

Just use the arrow keys on your keyboard.

Have fun :)!

About

~~ Elm / Browser Game ~~ This is a snake game written in Elm. The language itself is a functional language. I learned many declarative concepts while developing this project. This game was a task in my studies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages