We have phased out the LDAP login form. Log in by using the CS Single Sign-On button in the Sign in with section below the Login form. :bug:

Skip to content
Snippets Groups Projects
  1. Sep 20, 2024
  2. Sep 04, 2024
  3. Aug 18, 2024
  4. Aug 16, 2024
  5. Aug 14, 2024
    • Sibusisiwe Ncube's avatar
      Uploading GridBlock class · 2cc3c3d6
      Sibusisiwe Ncube authored
      The grid block is the unit that makes up the grid. For this basic iteration, all the grid blocks care about is their x-y position (that's how they're identified in the grid) and if they are occupied or not.
      2cc3c3d6
    • Sibusisiwe Ncube's avatar
      Uploading Grid class · 2ea82340
      Sibusisiwe Ncube authored
      The grid class is the main control for grid blocks which is what the bacteria move on. Grid keeps track of both grid blocks and bacteria, tracking what's available and what is not.
      2ea82340
    • Sibusisiwe Ncube's avatar
      Uploaded first version of bacteria class · 2c014150
      Sibusisiwe Ncube authored
      The plan is to have this class be a super class for the cell and the nutrients. Class simply handles moving the object.
      2c014150
  6. Aug 11, 2024
Loading