Skip to content

COMP361/f2022-hexanome-00-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 361 Project

See also my video instuctions in the screencasts section on MyCourses.

The Rules

  • Feel free to edit/replace this file.
  • Do not delete or rename the reports, client, server or docs directories.
    See Static Content
  • Don't clutter your repo, update your .gitignore file, depending on your client language / technology.
    • Don't commit binaries. (Images, jar files, class files, etc...)
    • Don't commit buffer files. (Vim buffer files, IDE meta files etc...)
  • Place your documentation in docs on master.
  • Commit frequently, commit fine grained.
  • Use branches
  • Don't push on master!
    • Create a new branch for your feature.
    • Work until stable / tested.
    • Merge / rebase your temporary branch back to master.
    • Delete your temporary branch.

Static content

  • .gitignore: Preliminary git exclusion instructions. Visit Toptal's generator to update.
  • reports: Base directory for automatic report collection. Your weekly reports go here. Must be uploaded every monday noon to master and follow correct date string YYYY-MM-DD.md. Use template for your own reports. Do not resubmit same report / copy paste.
  • docs: source directory for your enabled GitHub Pages. (Update number in link). Configure IDE to generate API docs into this directory or build your own webpage (optional).
  • client: Place your client sources into this directory. Do not use a separate repository for your work.
  • server: Place your Spring Boot Game Server sources in this directory. Do not use a separate repository for your work.

Useful Links

Code Style and Tools

Requirements

Be careful not to confuse Lobby Service and Board Game Platform.

Authors

Fill e.g. names + link to github profiles in list below.

Releases

No releases published

Packages

No packages published