This repository is the place where we keep all 42 students' Champions created for the programming game Core War. This database aims to be a resource for AI training.
Gif by Emil Wallner
You are a 42 student and you want to add your champion?
- Fork the repository.
- Clone the forked repository to your machine and change it to your working directory.
- Create a branch.
git checkout -b <add-yourbranchname>
Example:
git checkout -b add-rainbowdash
- Add your champion in the
champions
directory and commit this change. - Push your changes.
git push origin <add-yourbranchname>
Example:
git push origin add-rainbowdash
- Open a pull request by clicking on the
Compare & pull request
button you'll see on the remote repository. - Your changes will be merged into the master branch as soon as possible.
- School 42
- studios_42
- Emil Wallner