Fight for power in this ever expanding post apocalyptic universe
- Frontend in React
- Godot Game Engine
- Web3 Solana Cli wrapper
- Smart contracts in Rust https://github.com/ConaGo/SolanaEscrow
- Backed in Elixir/Phoenix https://github.com/ConaGo/phoenixBackendSolanaGame
- download latest godot version for linux
- Extract to desktop
- rename file to godot
- open terminal on desktop
- $ sudo mv ./godot usr/local/bin
- open terminal in godot project
- $ godot -e
- install HTML5 template
yarn
install the solana cli
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
//start local solana cluster
solana-test-validator
//start webapp
yarn start
To export the godot game to web either run
yarn run export
or
- Export with html5 template
- Replace the game.wasm and game.pck files in the public folder