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:
- Host: GitHub
- URL: https://github.com/mhoare/aqa-skeletoncode-2017
- Owner: mhoare
- Created: 2017-03-09T15:24:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T12:17:45.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T20:37:16.465Z (5 months ago)
- Topics: alevel, aqa, vb
- Language: Visual Basic
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)