ConaGo / SolanaGame

Stake, Trade and Conquer on the Solana Blockchain. Powered by Godot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fight for power in this ever expanding post apocalyptic universe

Stack

Setup

Godot linux

  1. download latest godot version for linux
  2. Extract to desktop
  3. rename file to godot
  4. open terminal on desktop
  5. $ sudo mv ./godot usr/local/bin
  6. open terminal in godot project
  7. $ godot -e
  8. install HTML5 template

Webapp

yarn

solana blockchain

install the solana cli

sh -c "$(curl -sSfL https://release.solana.com/stable/install)"

Development

Starting the webapp for development

//start local solana cluster
solana-test-validator
//start webapp
yarn start

Developing the godot game

To export the godot game to web either run

yarn run export

or

  1. Export with html5 template
  2. Replace the game.wasm and game.pck files in the public folder

About

Stake, Trade and Conquer on the Solana Blockchain. Powered by Godot.


Languages

Language:JavaScript 97.6%Language:HTML 1.5%Language:TypeScript 0.4%Language:GDScript 0.2%Language:CSS 0.2%Language:GAP 0.1%