Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harentius/attraction-wars-client
Attraction Wars - is online browser game, written on typescript. This is client for it.
https://github.com/harentius/attraction-wars-client
game phaserjs
Last synced: 15 days ago
JSON representation
Attraction Wars - is online browser game, written on typescript. This is client for it.
- Host: GitHub
- URL: https://github.com/harentius/attraction-wars-client
- Owner: harentius
- Created: 2018-02-28T22:02:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T09:45:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T09:04:11.684Z (2 months ago)
- Topics: game, phaserjs
- Language: JavaScript
- Homepage: https://aw.folkprog.net
- Size: 52.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Attraction Wars game client
===========================[![Build Status](https://travis-ci.org/harentius/attraction-wars-client.svg?branch=master)](https://travis-ci.org/harentius/attraction-wars-client)
Attraction Wars - is online browser game, backend written on typescript, client (this project) written on javascript and [Phaser](https://phaser.io/) framework.
![GitHub Logo](https://folkprog.net/assets/images/Screenshot%20from%202020-03-09%2021-22-46_1.png)
*Note: More information about it: [https://folkprog.net/attraction-wars-game/](https://folkprog.net/attraction-wars-game/)*
Demo: [https://aw.folkprog.net/](https://aw.folkprog.net/)
It is inspired by agar.io but has some unique elements like different gravitation zones, gravity assists, maps, etc.
This is client for it.Build and run client
--------------------```bash
npm install
npm run dev
```To use it, you need to start server as well: [https://github.com/harentius/attraction-wars-server](https://github.com/harentius/attraction-wars-server)
Bots for this game: [https://github.com/harentius/attraction-wars-bots](https://github.com/harentius/attraction-wars-bots)