Skip to content

riginding/netrunner

 
 

Repository files navigation

Play Android: Netrunner in the browser.

Live server

http://www.jinteki.net

Gameplay video: https://www.youtube.com/watch?v=EO0O12s0tr8&list=PL_qsBCj4eFZHUZpEwGbW0y9IwnDDvULwX&index=2

screenshot

Development status

The deck builder implements all the deck building constraints. It is optimised for fast deck edition. It is possible for instance to copy & paste a decklist from a forum and it will be parsed.

The implemention of the game rules is in progress. About 95% of the cards are currently automated. For the cards that aren't, it is possible to resolve them manually most of the time.

Card rules implementation status.

Dependencies

  • Node.js, Node Package Manager
  • Leiningen (version 2+)
  • MongoDB
  • Coffeescript
  • Bower

Installation

Install Node.js dependencies:

$ npm install

Install JavaScript dependencies:

$ bower install

Launch MongoDB and fetch card data:

$ mongod
$ cd data
$ coffee fetch.coffee

Compile and watch client side Clojurescript files:

$ lein cljsbuild auto dev

Compile server side Clojure files:

$ lein uberjar

Launch game server:

$ java -jar target/netrunner-0.1.0-SNAPSHOT-standalone.jar

Launch the Node server:

$ coffee server.coffee

For more information refer to the development guide.

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 91.0%
  • CSS 5.3%
  • CoffeeScript 3.1%
  • HTML 0.6%