Skip to content

A 2D Tower Defense game project for learning about cyber security

License

Notifications You must be signed in to change notification settings

purple-cloud/hack-attack-td

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Attack 2D Tower Defense

Before you begin

  1. Clone the project
  2. Open it in Unity and wait until the initialization is done
  3. Untrack ProjectSettings/ProjectVersion.txt and Packages/manifest.json

How to untrack files in Git terminal

git update-index --assume-unchanged <file>

To ignore the files in step 3, do this:

git update-index --assume-unchanged ProjectSettings/ProjectVersion.txt
git update-index --assume-unchanged Packages/manifest.json

Important: Make sure the commands are executed in the root directory, /hack-attack-td

About

A 2D Tower Defense game project for learning about cyber security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •