GithubHelp home page GithubHelp logo

mattchainsaw / netrunner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mtgred/netrunner

0.0 2.0 0.0 12.62 MB

Home Page: http://www.jinteki.net

License: Other

CoffeeScript 1.76% Clojure 95.35% CSS 2.61% HTML 0.29%

netrunner's Introduction

Build status

Play Android: Netrunner in the browser.

Live server

http://www.jinteki.net

Gameplay videos

screenshot

Development status

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

The implementation 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 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:

$ coffee server.coffee

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.

netrunner's People

Contributors

mtgred avatar joelcfc25 avatar nealterrell avatar saintis avatar queueseven avatar zaroth avatar dersam avatar kevkcc avatar domtancredi avatar erbridge avatar jhonaker avatar justinliew avatar bmatsuo avatar gordonsbeard avatar mharris717 avatar hoclor avatar tmoritaa avatar chua-mbt avatar joeykl avatar laganojunior avatar proland avatar ianwhalen avatar mattchainsaw avatar rkbodenner avatar ilyanep avatar mkcp avatar devencire avatar gaverhae avatar rluba avatar cryogen avatar

Watchers

James Cloos avatar  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.