An open API service indexing awesome lists of open source software.

https://github.com/harentius/attraction-wars-server

Attraction Wars - is online browser game, written on typescript.
https://github.com/harentius/attraction-wars-server

game typescript

Last synced: about 1 year ago
JSON representation

Attraction Wars - is online browser game, written on typescript.

Awesome Lists containing this project

README

          

Attraction Wars game server
===========================

Attraction Wars - is online browser game, written on typescript.
![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 server for it.

Build and run server
--------------------

```bash
npm install
npm run build
npm run server
```

To use it, you need to start client as well: [https://github.com/harentius/attraction-wars-client](https://github.com/harentius/attraction-wars-client)
Bots for this game: [https://github.com/harentius/attraction-wars-bots](https://github.com/harentius/attraction-wars-bots)