Skip to content

speedingdeer/aisbx_ctf_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiSandbox CTF Challenge.

The attempt of creating AI for CTF challenge of AiSandbox.

To test implementation:

  • Execute particular test case from app_test directory
    python test_case_file.py
  • Run all or selected test cases using standard python unittest discover command.
    Eg. From ctf_test directory execute:
    python -m unittest discover -s . -p "*test.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages