Skip to content

Thalpy/DasGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DasGame

A hodge podge test game to learn unity Written in C# using the unity engine

Unity Version

We're using Unity 2019.3.13 for now

General things to keep in mind to get your code merged

  1. TRUE/FALSE defines for booleans not 1/0
  2. No magic numbers, no magic strings, etc etc etc. Define everything with #define so we don't cry over unreadable/spaghetti code later.
  3. Make sure your code can handle the unexpected. For example some procs CAN fail!
  4. No quick and dirty hard coding where possible, this is a testbed to learn, so it's a good idea to have everything object orentated, rather than learn that later.
  5. When making a PR, update the documentation with new procs/documentation if you expect anyone else will use what you coded.
  6. No comments, no merge.
  7. No self merging please.
  8. Try to use markdown in text documents

How to set up git

See Here

Releases

No releases published

Packages

No packages published

Languages