Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exts/godotsharp-shortserve
Puzzle Game build using Godot 3.0 & C#
https://github.com/exts/godotsharp-shortserve
csharp gamedev godot godot-engine godotengine mono nuget
Last synced: 3 months ago
JSON representation
Puzzle Game build using Godot 3.0 & C#
- Host: GitHub
- URL: https://github.com/exts/godotsharp-shortserve
- Owner: exts
- License: unlicense
- Created: 2018-08-13T16:43:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:07:25.000Z (about 2 years ago)
- Last Synced: 2023-03-06T01:07:44.280Z (almost 2 years ago)
- Topics: csharp, gamedev, godot, godot-engine, godotengine, mono, nuget
- Language: C#
- Size: 5.97 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LD42 Gamejam Game build using Godot 3.0.6 using C#
![ShortServe](gameplay.gif)
This is the source code for a puzzle game built using godot 3.0 and c#. It requires a nuget package to run.
If you want to give it a shot head over to itch.io for a build of the actual game. [Download Here!](https://g4mr.itch.io/shortserve-ld42 "GodotSharp 3.0 C# Puzzle Game")
# Notes before opening project & building
- You need to run nuget to restore the nuget packages. Use the following command: `nuget restore ShortServe.sln`
Enjoy, I love Godot 3!