Skip to content

ACG8/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

  • Node.js, Node Package Manager
  • Leiningen (version 2+)
  • MongoDB
  • Zero MQ

Installation

Install frontend dependencies:

$ npm install

Launch MongoDB and fetch card data:

$ mongod
$ npm run fetch

Compile and watch client side Clojurescript files:

$ lein figwheel

Compile server side Clojure files:

$ lein uberjar

Launch game server:

$ java -jar target/netrunner-standalone.jar

Launch the Node server:

$ npm start

Tests

To run all tests:

$ lein test test.all

To run a single test file:

$ lein test test.cards.agendas

For more information refer to the development guide.

License

Jinteki.net is released under the MIT License.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 62.8%
  • JavaScript 34.0%
  • CoffeeScript 1.6%
  • CSS 1.4%
  • Other 0.2%