Sveske-Juice / PreyVSPredator

School Project: Prey Vs. Predator game. Written in java with the processing API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreyVSPredator

School Project: Prey Vs. Predator game. Written in java with the processing API.

Controls

i - toggle debug window
w - move controlling animal forward
d - move controlling animal right
s - move controlling animal down
a - move controlling animal left\

Images

See examples/ for GIFs etc.

Wandering Prey Hunting Predator

Engine

It was built using the Entity Component System (ECS) in mind.

The Physics System uses Quad Tree for space partitioning the scene objects: Space partitioning: Quad Tree

About

School Project: Prey Vs. Predator game. Written in java with the processing API.

License:GNU General Public License v3.0


Languages

Language:Processing 89.3%Language:Java 10.7%