Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voithos/tale-of-two-sides
Restore the shattered isles.
https://github.com/voithos/tale-of-two-sides
game godot godot-engine platformer
Last synced: 3 months ago
JSON representation
Restore the shattered isles.
- Host: GitHub
- URL: https://github.com/voithos/tale-of-two-sides
- Owner: voithos
- Created: 2022-01-24T19:29:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T04:54:38.000Z (about 3 years ago)
- Last Synced: 2024-04-14T13:01:41.306Z (10 months ago)
- Topics: game, godot, godot-engine, platformer
- Language: GDScript
- Homepage: https://voithos.itch.io/tale-of-two-sides
- Size: 27.5 MB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tale of Two Sides
**Play now:** https://voithos.itch.io/tale-of-two-sides
[![Title art](assets/ui/cover.png)](https://voithos.itch.io/tale-of-two-sides)
Built for Global Game Jam 2022. Theme: **Duality**
## Credits
All art, sounds, music, and code was made by our 4-person team in 48 hours.
- [Daisy Muradyan](https://ladychamomile.ink/)
- [Diego Gonzalez](https://drgvdg.itch.io/)
- [Levi Lindsey](https://www.levi.dev/)
- [Zaven Muradyan](https://voithos.io/)## Deployment
### Automatic
Creating a new release in Github will trigger a Github Action that will publish to itch.io.
### Manual
Deploying to itch.io can be done via the `butler` tool. First, some one-time setup:
1. Download export templates in Godot.
1. [Install `butler`](https://itch.io/docs/butler/installing.html) and [login to your itch.io account](https://itch.io/docs/butler/login.html).Then to deploy an HTML build:
1. Export HTML from Godot.
1. Push the exported HTML directory: `butler push dist/html/ voithos/tale-of-two-sides:html5`
1. Play it at https://voithos.itch.io/tale-of-two-sides---