Skip to content

Space Shooter Tutorial

svntax edited this page Sep 29, 2021 · 14 revisions

Space Shooter Tutorial

This tutorial will show you how to use the NEAR SDK in an existing space shooter game.

Setup

  1. Clone the project from here: https://github.com/svntax/near-space-shooter
  2. Open the project using the C# Mono version of Godot 3.3.3.
  3. Have Godot generate the C# project files by adding a C# script (you can delete it afterwards). See here for more info.

You should now have a simple space shooter game working.

TODO screenshot here

Smart Contract Setup

TODO

The project already comes with the NEAR SDK, so the rest of the tutorial will be about implementation.

High Scores Screen

TODO

NEAR Wallet Login

TODO

Submitting Your Score

TODO

Clone this wiki locally