Go to file
stacker 3e3171baf1 fix stepGuidance.js.
修复stepGuidance.js部分问题
2021-07-08 04:30:13 +00:00
_common/modules fix stepGuidance.js. 2021-07-08 04:30:13 +00:00
algorea Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
alkindi/alkindi_2016_2017/2017-FR-AL-01-reused-key Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
bebras '对poles/inclusions/two-connect/pattern添加步骤引导' 2021-07-08 00:39:59 +08:00
bebras-server-modules-libs Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
demo_files Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
examples/module_testing Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
.gitignore Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
.jshintrc Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
LICENSE Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
README.md change the read me. 2021-05-20 19:47:39 +08:00
package-lock.json Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00
repartition.html Add code from commit: 5eace44153 2021-04-11 20:28:50 +08:00

README.md

OpenCT Contest Archive

This repository contains tasks used in past [ OpenCT Contest]. They are in a particular format, and can be used in OpenCT.

To start using:

git clone https://github.com/open-ct/openct-tasks
cd bebras-tasks
git submodule update --init

To update:

git pull
git submodule update --recursive

To update modules to the current version:

cd _common/modules
git checkout master
git pull
cd ../..
git add _common/modules/
git commit -m "update modules"
git push