GithubHelp home page GithubHelp logo

filharvey / atlantis-battle-simulator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gelzis/atlantis-battle-simulator

0.0 1.0 0.0 4.62 MB

Battle simulator for Atlantis PBEM.

Home Page: https://atlantis.pekle.lv/

License: MIT License

JavaScript 7.03% Dockerfile 0.48% TypeScript 91.06% HTML 1.43%

atlantis-battle-simulator's Introduction

Atlantis battle simulator

This repository contains application of the the battle simulator written in typescript.

How does it work?

It uses modified version of the Atlantis which is available here. Modified version includes two things that are used in by this UI:

  • created battle cli command, that can read specific format of JSON file and run the battle, example of the json file available here. example run engine battle example.json.
  • created exportdata command, which exports two json files with all available current games items and combat related skills. engine exportdata

Engine executable is on the backend and gets executed based on the json file generated by the UI written in TypeScript.

How to run locally for development

To run locally:

npm i
npm run dev
npm run dev-server

Type checking isn't setup automatically for checking typescripts types you need to run

npm run dev-types

Linting can be done with

npm run lint

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.