Skip to content

ZhanfanZhou/SOEN6441_Project

 
 

Repository files navigation

SOEN6441_Project

Common github commands:

  • clone project: git clone https://github.com/futurename/SOEN6441_Project.git

  • display differences: git status

    update local repository: git pull

  • add all changes to index: git add -A

    commit changes: git commit -m "Commit message"

    push changes to remote repository: git push origin master

  • Please use JDK8

  • **IntelliJ tips and tricks: https://www.youtube.com/watch?v=eq3KiAH4IBI **

  • Java Scene Builder: ./soft/

  • plantUML plugin: Intellij -> File -> settings ->plugins -> marketplace -> search "plantUML" -> install -> restart IntelliJ

  • graphviz: ./soft/

    graphviz setting

  • Clone and create project in IntelliJ

clone_in_Idea1

clone_in_Idea2

Commit in IntelliJ:

commit_in_Idea

Version control log:

idea_version_control_log

About

Risk Game Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.9%
  • Roff 23.6%
  • C 8.0%
  • Makefile 3.4%
  • C++ 2.3%
  • Java 1.8%
  • XSLT 1.0%