Skip to content

DoWits/beaiou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some useful Git commands

  • Add new changes to Git(do before committing): git add .
  • To pull latest version from Github: git pull origin master
  • To commit changes: git commit -m "Commit message"
  • To push changes to Github: git push origin master

Software used for development

  • Unity 2018.3.0f2
  • Visual Studio 2017 (community version)

Current Apk build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published