Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrheinz/gods-play
Browser single-machine multiplayer turn-base game built in JS played on a hexagonal grid. Basically about fighting wizards.
https://github.com/petrheinz/gods-play
es6 game hexagon magic multiplayer pet-project pixijs turn-based
Last synced: 9 days ago
JSON representation
Browser single-machine multiplayer turn-base game built in JS played on a hexagonal grid. Basically about fighting wizards.
- Host: GitHub
- URL: https://github.com/petrheinz/gods-play
- Owner: PetrHeinz
- License: other
- Created: 2016-03-06T21:12:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:13:17.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T02:01:27.105Z (over 1 year ago)
- Topics: es6, game, hexagon, magic, multiplayer, pet-project, pixijs, turn-based
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# God's Play
## Introduction
God's Play is a multiplayer turn-based tactical game about mages trying to destroy each other.
As they fight they spread havoc and destruction around themselves without considering consequences.This game is created as a pet project to try out [ES6 features](http://es6-features.org/), [PIXI.js](http://www.pixijs.com/), and practice programming the way I want, without the pressure of deadlines and clients.
A big inspiration for this game was a great multiplayer game [Greed Corp](http://store.steampowered.com/app/48950/Greed_Corp/).Started on the [TypeScript Boilerplate for 2021 by Chris Hager](https://github.com/metachris/typescript-boilerplate). Thanks!
## Installation
You can install and run the application on a local machine via [Yarn](https://yarnpkg.com/) commands:
```
yarn install# Now you can run various yarn commands:
yarn cli
yarn lint
yarn test
yarn build-all
yarn ts-node
yarn esbuild-browser
```## Deploy
The project is deployed automatically to GitHub pages: http://petrheinz.github.io/gods-play/