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)
- GO - Programming language
- Visual Code - Light and useful IDE (Linux, MacOS, Win)
- [GOLand] (https://www.jetbrains.com/go/) - An alternative IDE
You need the awesome Tiled editor 😊 (free & open-source).
To add your level to the game, you need to add it to the levels list in the tile manager file and re-build the assets (done when making make run
).
I'd recommend copying an existing level to make sure you have a proper file structure.
- First, install the game and its dependencies
go get -u github.com/gandrin/ASharedJourney
- You will also need the
go-bindata
program to build the assets into the binary file
go get -u github.com/jteeuwen/go-bindata/...
Make sure your
$GOPATH
is set 😉
make run
make build_mac
This project is licensed under the MIT License - see the LICENSE.md file for details
Thibault A. - Sound designer