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.
- Host: GitHub
- URL: https://github.com/harentius/attraction-wars-server
- Owner: harentius
- Created: 2018-03-30T22:15:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T19:15:15.000Z (over 5 years ago)
- Last Synced: 2024-10-19T09:04:02.303Z (over 1 year ago)
- Topics: game, typescript
- Language: TypeScript
- Homepage: http://aw.folkprog.net
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Attraction Wars game server
===========================
Attraction Wars - is online browser game, written on typescript.

*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)