Skip to content

sekoku/netrunner

 
 

Repository files navigation

Build status

Play Android: Netrunner in the browser.

Live server

http://www.jinteki.net

Gameplay videos

screenshot

Card implementation status

Card rules implementation status

Dependencies

  • Leiningen (version 2+)
  • MongoDB

Installation

Install frontend dependencies:

$ npm install

Launch MongoDB and fetch card data:

$ mongod
$ lein fetch

Compile and watch client side ClojureScript files:

$ lein figwheel

Compile server side Clojure files:

$ lein uberjar

Launch web server:

  • As a REPL process (recommended for development):
    $ lein repl
    
  • As a standalone process in production mode (must first run lein cljsbuild once prod):
    $ java -jar target/netrunner-standalone.jar
    

Tests

To run all tests:

$ lein test

To run a single test file:

$ lein test game-test.cards.agendas

For more information refer to the development guide.

License

Jinteki.net is released under the MIT License.

About

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 66.2%
  • JavaScript 32.4%
  • CSS 1.4%