Base code question!
For LD 28 I didn’t use any base code, mainly because I didn’t know what is considered “base code”.
So I thought I should get myself informed for the next one! 😀
I use Unity, and I was wondering what exactly is considered “base code”.
If I created a first person player controller script, or a 2D platform player controller script, are these considered base code?
Thanks in advance. 😀
Base code – pretty much the bare minimum code to get a blank screen up and initialize all your libraries. This could include project files, make files, an empty “main” method, or whatever boilerplate your platform requires.
Personal libraries – any game related code or utilities you have that does not implement a specific game.