-
Notifications
You must be signed in to change notification settings - Fork 4
Space Shooter Tutorial
svntax edited this page Sep 29, 2021
·
14 revisions
This tutorial will show you how to use the NEAR SDK in an existing space shooter game.
- Clone the project from here: https://github.com/svntax/near-space-shooter
- Open the project using the C# Mono version of Godot 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
TODO
The project already comes with the NEAR SDK, so the rest of the tutorial will be about implementation.
TODO
TODO
TODO