tresinformal / basketball

Trêsinformal's 2024 team basketball game
GNU General Public License v3.0
0 stars 0 forks source link

basketball

Trêsinformal's 2023 team basketball game

Branch GitHub Actions logo Codecov logo
master check codecov.io
develop check codecov.io

Meetings

Game design document

The game design document is written in English. Ideally each sentence is SMAR (specific, measurable, assignable, relevant, see SMART criteria), linked to (at least) one Issue. The game designers decide what is in the game design document. (see Issues what are the criteria for a good Issue)

Issues

Issues are the technical translation of the game design document. Ideally each sentence in the design document results in one Issue.

There are two types of Issues:

We use the Model-View-Controller Design Pattern to separate the game logic, from the game visualization and input:

git branching model

Our git branching model:

Videos:

GitHub workflows

  1. Modify README on main branch using GitHub web interface
  2. Modify README on topic branch using GitHub web interface
  3. Modify README on main branch using git
  4. Modify README on topic branch using git
  5. Merge topic branch to develop yourself
  6. Merge topic branch to develop with a code review

Project workflows