Play Android: Netrunner in the browser.
Card rules implementation status
- Node.js, Node Package Manager
- Leiningen (version 2+)
- MongoDB
- Zero MQ
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-0.1.0-SNAPSHOT-standalone.jar
Launch the Node server:
$ npm start
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.
Jinteki.net is released under the MIT License.