Skip to content

brentjohnson/godot-boardgame-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot board game POC

Learning Godot with the intent of making multiplayer board games

Lesson #1: how to create a new project using github

  • Create a new repo in github (with readme and license file)
  • clone repo to dev machine
  • start godot
    • create a new project
    • select the directory cloned from github
  • from command line
    • git add .
    • git commit -m "Import new project"
    • git push

Todo

  • git repo
  • lobby implementation
  • github actions for builds
  • state machine
  • UI

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published