Giter VIP home page Giter VIP logo

tactics's Introduction

Tactics

Play Online

Tactics is a JavaScript turn-based strategy board game using HTML5 and WebGL. It has full touch support and can be added to the home screen of your mobile device for a near native app experience.

This project is derivative of the flash-based Tactics Arena Online (TAO) game that has since been shut down. It makes use of image and audio files from that game to expedite development. All attempts to contact the rights-holder of these resources have been unsuccessful, so a legal right to use them should not be assumed.

Goals

When the original game was abandoned, it was missed by a large community of players that still exists today. Because of that nostalgia, this project attempts to recapture the authentic game-playing experience of the original. That means using the original graphics and sound effects as long as it is legally possible. On that note, if legally challenged, an attempt will be made to acquire a license to use these materials. Also, the intent is to recreate all of the units from the original game with their original stats and behavior.

It is not enough to recreate the original game experience. It is important to make sure it can never die again. That is why this is an open source project that is in the Public Domain. Anyone may choose to host this game on their own servers for public use. You are also encouraged to rebrand and reskin your version of the game. Be creative, change up the units, stats, and behavior to create something new. This project will make sure that the original experience remains preserved.

The final goal of this project is to keep the game relevant as technology changes. The original game used Flash and did not transition well to the mobile lifestyle. So this project uses HTML5 web technology that can be used on any system whether you're using a mouse, your finger, or a stylus. To meet this goal, this game will differ in minor ways from the original, but not in ways that anybody would complain about.

That is as far as it goes. This project is intended to recreate the core game experience in the modern world. It will not include community support features such as clans, private messaging, or tournament hosting. Anybody who hosts this game is responsible for building such features according to their personal preference.

Requirements

  • Node.js tested on version v20.10.0

To install under windows, you also need Git Bash and configure npm to use the Git Bash executable. Example:

npm config set script-shell "C:\\Program Files\\Git\\bin\\bash.exe"

To manage Node versions in windows consider using https://github.com/coreybutler/nvm-windows. Then

nvm install v20.10.0
nvm use v20.10.0

Development

After checking out the Git repository, run these commands.

$ npm install
$ npm start

The start command will output a URL that can be used to run the game and build JavaScript bundles for use by that URL. The command will continue to monitor source files and rebuild the bundles as changes are made.

You may locally host image and audio resources. For example, download and unzip the sprite JSON files from here to the "/static/sprites" directory. Then set the "SPRITE_SOURCE" in the ".env" file to "/sprites/". Not all image and audio resources are currently included in the zip, but the few exceptions will eventually be incorporated.

If you wish to use HTTPS for local development, be sure to set "secure=true" in the .env file. Also, install the mkcert tool and install the certificate authority and either use or replace the generated localhost.pem and localhost-key.pem files in the config directory. This is useful for testing OAuth and PWA installations.

Contributing

Pull requests are encouraged. For major changes, please open an issue first to discuss what you would like to change.

Distribution

The HTML files in the static directory can serve as an example of how to publish the game to a website. They make use of distribution JS bundles built using this command:

$ npm run dist

Be aware that no license currently exists for distributing this game as-is for public use since rights have not been acquired for the image and audio resources used by it. It is probably safe to use them, however, during development of this project or a fork of it. You are also encouraged to create your own image and audio resources and integrate them with this source code.

License

All content under the src directory fall under the following license: Unlicense

No license is available for audio and images resources contained in JSON files downloaded from the tactics.taorankings.com site (No License).

Credits

Browser Stack Logo

BrowserStack is kind enough to offer a free service to open source projects such as this. Their service is used to test the game across a wide range of devices and browsers.

tactics's People

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.