Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

mrkkrp/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Classic snake game in Clojure! Give it a try — it's beautiful ;-)

Installation

  1. Download or clone this repository;

  2. Install Clojure;

  3. Install Leiningen;

  4. cd into directory of the repository;

  5. Execute:

    $ lein uberjar
    
  6. Done, try target/uberjar/snake-0.1.0-standalone.jar.

Usage

Just load it into JVM:

$ java -jar snake-0.1.0-standalone.jar

License

Copyright © 2014 Mark Karpov

Distributed under GNU GPL.

About

Classic snake game in Clojure

Resources

License

Stars

Watchers

Forks

Packages

No packages published