https://github.com/insertish/ppa-cw3
PPA Coursework 3
https://github.com/insertish/ppa-cw3
Last synced: 3 months ago
JSON representation
PPA Coursework 3
- Host: GitHub
- URL: https://github.com/insertish/ppa-cw3
- Owner: insertish
- License: mit
- Created: 2022-02-06T18:48:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T20:54:05.000Z (over 3 years ago)
- Last Synced: 2025-01-01T22:41:05.126Z (5 months ago)
- Language: Java
- Size: 66.1 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coursework 3: Predator / Prey Simulation

This project can be built with Gradle.
To build a jar for distribution (on current platform), run `gradlew shadowJar`.
### World Overviews


### Close Ups


### User Interface

### Original Project
Below is a picture of what they gave us to work with, we threw out most of the provided code and just went off to do our own thing really lol

## Project Guidelines
- Use [conventional commit style](https://www.conventionalcommits.org/en/v1.0.0-beta.2/).