Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.79 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.79 KB

Champions for Corewar

A collection of 42 students' Core War Champions for AI training purposes


Table of Contents


Objective

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.

Alt text

Gif by Emil Wallner

Championship trailers

Contributing

You are a 42 student and you want to add your champion?

  1. Fork the repository.
  2. Clone the forked repository to your machine and change it to your working directory.
  3. Create a branch.
git checkout -b <add-yourbranchname>

Example:

git checkout -b add-rainbowdash
  1. Add your champion in the champions directory and commit this change.
  2. Push your changes.
git push origin <add-yourbranchname>

Example:

git push origin add-rainbowdash
  1. Open a pull request by clicking on the Compare & pull request button you'll see on the remote repository.
  2. Your changes will be merged into the master branch as soon as possible.

Acknowledgements