2018-07-04 17:27:22 -05:00
|
|
|
# ASharedJourney
|
|
|
|
|
|
|
|
This is a fork of a project originally developed during the SFR game jam along side Pierre, Gabriel, Aurore & Fabio.
|
2018-07-05 15:25:34 -05:00
|
|
|
Original repo can be found [here](https://github.com/gandrin/ASharedJourney).
|
2018-07-04 17:27:22 -05:00
|
|
|
This project uses the go [pixel](https://github.com/faiface/pixel) package for sound management and sprites, go check them out.
|
|
|
|
|
|
|
|
|
|
|
|
>GameJam SFR 2018 Julia - Pierre - Gabriel - Aurore - Fabio
|
|
|
|
>
|
|
|
|
>Music: Thibault
|
|
|
|
>
|
|
|
|
>Theme: Si j'étais toi et que tu étais moi (If I were you and you were me)
|
|
|
|
>
|
|
|
|
>[Itch.io](https://fmaschi.itch.io/a-shared-journey)
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
* [GO](https://golang.org) - Programming language
|
|
|
|
|
|
|
|
## Building and running
|
|
|
|
|
2018-07-05 15:25:34 -05:00
|
|
|
- You will need the `go-bindata` program to build the assets into the binary file
|
2018-07-04 17:27:22 -05:00
|
|
|
|
|
|
|
```bash
|
|
|
|
go get -u github.com/jteeuwen/go-bindata/...
|
|
|
|
```
|
|
|
|
|
2018-07-05 15:25:34 -05:00
|
|
|
> Make sure your `$GOPATH` is set to the root of pixel :wink:
|
2018-07-04 17:27:22 -05:00
|
|
|
|
|
|
|
### Releasing
|
|
|
|
|
|
|
|
```
|
|
|
|
make build_mac
|
|
|
|
```
|
|
|
|
#### OR
|
|
|
|
```
|
|
|
|
make build_linux
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|
|
|
|
|
|
|
|
### Acknowledgements
|
|
|
|
|
|
|
|
Thibault A. - Sound designer
|