An open API service indexing awesome lists of open source software.

https://github.com/mhoare/aqa-skeletoncode-2017

AQA A2 Computer Science Paper 1 Skeleton Code :skull:
https://github.com/mhoare/aqa-skeletoncode-2017

alevel aqa vb

Last synced: 3 months ago
JSON representation

AQA A2 Computer Science Paper 1 Skeleton Code :skull:

Awesome Lists containing this project

README

        

# AQA Computer Science PredatorPrey :rabbit: vs :wolf:

This repository is used to store code related to the AQA Computer Science A2 Paper 1 Exam for 2017.

## Prerequisites

* Install Mono
* Ensure `PATH` environment variable includes mono libraries

## Building and running :wrench:

Before building for first time: `mkdir dist`

To build: `make`

To run: `mono dist/PredatorPrey.exe`

## Use

This will use branches to manage each of the possible improvements and any issues with the code should be fixed in a new branch and then a pull request sent. Issues will be tracked in the repo and once fixed they will be merged to master.

## [Explanation of source](docs/help.md)