Giter Club home page Giter Club logo

netrunner's Introduction

Build status

Play Android: Netrunner in the browser.

Live server

http://www.jinteki.net

Gameplay videos

screenshot

Card implementation status

Card rules implementation status

Development

Quickstart

Install Leiningen, NodeJS and MongoDB.

This project runs on Java 8. If you're on OSX or Linux, we recommend using jenv to manage your java environment.

You can check your setup by running

$ lein version # Your exact version numbers below may vary, but we expect Java 1.8.X
Leiningen 2.9.1 on Java 1.8.0_222 OpenJDK 64-Bit Server VM

Populate the database using:

$ lein fetch

You can optionally pass --no-card-images if you don't want to download images from NetrunnerDB, as this takes a while. See lein fetch help for further options.

To install frontend dependencies, run:

$ npm install -g bower
$ npm install -g stylus
$ bower install

To compile CSS:

$ stylus src/css -o resources/public/css/

Optionally you can pass -w to stylus to watch for changes and automatically recompile.

Compile ClojureScript frontend:

$ lein cljsbuild once dev

Alternatively, to watch ClojureScript files for changes and for access to a ClojureScript REPL, use lein figwheel.

Finally, launch the webserver and the Clojure REPL:

$ lein repl

and open http://localhost:1042/

Tests

To run all tests:

$ lein test

To run a single test file:

$ lein test game.cards.agendas-test

Or a single test:

$ lein test :only game.cards.agendas-test/fifteen-minutes

For more information refer to the development guide.

Further reading

License

Jinteki.net is released under the MIT License.

netrunner's People

Contributors

mtgred avatar noahtheduke avatar nealterrell avatar joelcfc25 avatar jwarwick avatar danhut avatar lostgeek avatar saintis avatar presheaf avatar zaroth avatar strongoose avatar queueseven avatar kevkcc avatar erbridge avatar bjornestol avatar dersam avatar domtancredi avatar msbeck avatar jhonaker avatar justinliew avatar butzopower avatar bmatsuo avatar gordonsbeard avatar x3n1gm4x avatar bigfleet avatar pesithewizard avatar giesch avatar kubik161 avatar mattchainsaw avatar mharris717 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.