Skip to content

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

Notifications You must be signed in to change notification settings

ConaGo/SolanaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages