Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 345 Bytes

clj-snake

Functional appraoch to Snake Game in Clojure.

Usage

  • Install Leiningen

  • Open terminal/command prompt and do following commands.

    $ git clone https://github.com/Vikasg7/clj-snake.git
    $ cd clj-snake
    $ lein trampoline run --rows <int> -cols <int> --delay-in-ms <int>