Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.83 KB

README.markdown

File metadata and controls

51 lines (45 loc) · 1.83 KB

WarBots-CodeRepo

Repository for all coding projects within WarBots (with exception of the website).

Projects

  • RCSSL (RoboCup Small-Size League)
  • RCSSLSIM (RoboCup Small-Size League Simulator and Play-Logger)
  • RCSIM2D (RoboCup 2D Simulation League)
  • RCSIM3D (RoboCup 3D Simulation League)

Rules

Please follow the coding convention when you develop code.

Project Organization ([]: directories)

[Project]
    [src]
        [Module1]
        [Module2]
        ...
        main.cpp
    [design]
        design.markdown
        features.markdown
    Makefile
    README.markdown

Developers