CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

Creates the project structure #1

Closed rluders closed 4 years ago

rluders commented 4 years ago

I'm just creating the basic project structure based on GDQuest tips and best practices that I learned from his courses and videos.

So, it also adds the Actor and Player classes write in C#, it's basically a translation from this repo, converting the code from GDScript to C#.

rluders commented 4 years ago

Just added the .editorconfig that can be used to help with code style and fixed some code style.