Skip to content

Porting my university group project game to be playable on the Web!

Notifications You must be signed in to change notification settings

MozarellaMan/KoreDefenceGodot

Repository files navigation

KoreDefenceGodot

Porting my university group project game to be playable on the Web!

Try playing the current release here: https://mozarellaman.github.io/KoreDefenceGame/

How To Build

Requirements

Microsoft Build Tools 2019

Nuget
(Download the exe, put it in a convenient place, add to PATH)

Instructions

Development tips

  • I suggest JetBrains Rider as the IDE to use with Godot, here's a video on getting that set up:
    (this includes setting up C# to work on your computer) Disclaimer: JetBrains Rider is not free, but can be used with a student email or if you contribute to an OSS (Open Source Project)

  • If you won't code in C#, then you can use GDScript and code in the editor. It's pretty similar to Python.

  • The components of the game are designed to be object oriented - but it might not look that way because of the lack of constructors. This is because of the way Godot works with C#. The method naming convention I use as a sort of "constructor" is called "Setup()".

Screenshots

[for when more features are added to game]

About

Porting my university group project game to be playable on the Web!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages