https://github.com/starpeace-project/starpeace-client-website
Client website for STARPEACE multiplayer economic simulation
https://github.com/starpeace-project/starpeace-client-website
city-builder economics-game isometric mmorpg nuxtjs pixijs starpeace vuejs
Last synced: 4 months ago
JSON representation
Client website for STARPEACE multiplayer economic simulation
- Host: GitHub
- URL: https://github.com/starpeace-project/starpeace-client-website
- Owner: starpeace-project
- License: mit
- Created: 2018-05-25T01:32:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T22:37:18.000Z (about 2 years ago)
- Last Synced: 2024-05-05T23:24:38.620Z (about 2 years ago)
- Topics: city-builder, economics-game, isometric, mmorpg, nuxtjs, pixijs, starpeace, vuejs
- Language: Vue
- Homepage: https://client.starpeace.io
- Size: 6.1 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# starpeace-client-website
[](https://github.com/starpeace-project/starpeace-client-website/releases/)
[](https://github.com/starpeace-project/starpeace-client-website/blob/master/LICENSE)
[](https://github.com/starpeace-project/starpeace-client-website/issues)
[](https://github.com/starpeace-project/starpeace-client-website/stargazers)
[](https://discord.gg/TF9Bmsj)
Client website for [STARPEACE](https://www.starpeace.io), including webgl rendering client, client-side javascript and AJAX gameplay logic, and HTML5 user interface controls. https://client.starpeace.io
## Official Documentation
Documentation for client gameplay can be found on the [STARPEACE documentation website](https://docs.starpeace.io).
## Roadmap
Active development and gameplay roadmap can be [found in RELEASE.md](./RELEASE.md), historical changelog can be [found in RELEASE-archive.md](./RELEASE-archive.md), and a rough plan for anticipated next steps can be [found in ROADMAP.md](./ROADMAP.md).
Current release notes are also [available in client](https://client.starpeace.io/release) at https://client.starpeace.io/release
## Security Vulnerabilities
If you discover a security vulnerability within the STARPEACE website, please send an e-mail to security@starpeace.io or open a [GitHub issue](https://github.com/starpeace-project/starpeace-client-website/issues). All security vulnerabilities will be promptly addressed.
## Contributing
starpeace-client-website welcomes all contributions: development, game design, translations, or play-testing; please let us know if you'd like to get involved! Please [join Discord chatroom](https://discord.gg/TF9Bmsj) and [read the contributing guide](./CONTRIBUTING.md) to learn more.
## Build and Deployment
After building repository, website is compiled into static resources within the ```/dist/``` folder. These resources should be served as static assets from web application and can be cached if desired.
### client.starpeace.io
Repository is currently deployed to and hosted with AWS S3 and CloudFront. Changes pushed to repository will activate webhook to AWS CodePipeline, triggering automatic rebuild and deployment of website resources.
## License
starpeace-client-website is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)