Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenta/rapid-dominance
Turn-based strategy game
https://github.com/wenta/rapid-dominance
browser-game game phaser3 phaserjs strategy turn-based typescript
Last synced: 26 days ago
JSON representation
Turn-based strategy game
- Host: GitHub
- URL: https://github.com/wenta/rapid-dominance
- Owner: wenta
- License: apache-2.0
- Created: 2023-06-19T05:46:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:54:56.000Z (about 1 year ago)
- Last Synced: 2024-09-29T23:47:10.164Z (about 1 month ago)
- Topics: browser-game, game, phaser3, phaserjs, strategy, turn-based, typescript
- Language: TypeScript
- Homepage: https://wenta.github.io/rapid-dominance/
- Size: 2.22 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Rapid Dominance - Open source turn-based strategy game. Clone of the Enemy Flag. (Browser-Based / Strategy)
README
# Rapid Dominance
It is a simple turn-based strategy game written on Phaser 3 + Typescript.
The game is live on Github Pages: https://wenta.github.io/rapid-dominance/
## Installation
To clone and run this game, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone --depth 1 https://github.com/wenta/rapid-dominance.git wenta/rapid-dominance# Go into the repository
$ cd rapid-dominance# Install dependencies
$ npm install# Start the local development server (on port 8080)
$ npm start# Build the production ready code to the /dist folder
$ npm run build
```# About the idea
Rapid Dominance is a clone of the game Enemy Flag (https://www.enemyflag.net/) created by Bartłomiej Baron. It has much more functionality and allows, for example, to play over the network. We recommend!
# About graphics
All graphics are downloaded from https://opengameart.org. Author: https://www.kenney.nl/.
# Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the
[github issue tracker](http://github.com/wenta/rapid-dominance/issues).# Redistributing
Rapid Dominance source code is distributed under the Apache-2.0 license.
**Contributions**
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as above, without any additional terms or conditions.