https://github.com/kadirlofca/hacknc22-godotworkshop
A videogame where the player rotates a spaceship to avoid collisions. Developed on Godot Engine using visual scripting as a workshop project for HackNC 2022.
https://github.com/kadirlofca/hacknc22-godotworkshop
godot-engine visual-scripting workshop
Last synced: 8 months ago
JSON representation
A videogame where the player rotates a spaceship to avoid collisions. Developed on Godot Engine using visual scripting as a workshop project for HackNC 2022.
- Host: GitHub
- URL: https://github.com/kadirlofca/hacknc22-godotworkshop
- Owner: kadirlofca
- License: mit
- Archived: true
- Created: 2022-09-02T19:25:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T20:05:33.000Z (over 3 years ago)
- Last Synced: 2025-05-19T10:52:08.733Z (about 1 year ago)
- Topics: godot-engine, visual-scripting, workshop
- Homepage:
- Size: 63.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackNC 2022 - Game Dev Workshop
A videogame where the player rotates a spaceship to avoid collisions. Developed by Kadir Lofca and Colin Brockman using Godot Engine and visual scripting as a workshop project for HackNC 2022.
See the Slides for instructions to complete the template project.
Watch the recorded workshop.
# Instructions
**1. Download The Project Repository**
In the repository page click ```Download ZIP``` from the dropdown menu under ```Code```. This will download the repository with all of its contents inside a zip folder. You can extract the files to a location of your choice.

**2. Open The Project**
After dowloading the repository, you will find Godot Engine inside "Godot.zip", extract the engine and run the executable. The Godot interface will start. Here, you can manage your projects.

To open the project, click ```Scan```. From the file explorer that opens, find the project file inside the repository you extracted. Click ```Select This Folder```. This will scan the project and display it in the projects list.

Double click the project to run it!

**3. Project Overview**
The "WorkshopTemplate" project contains all the textures and assets for the game to run. The scripts responsible for the spaceship and spawning of planets are left empty.