Showcases


NieR: Automata | YoRHa Hacking

This showcase is a basic JavaScript implementation of the hacking game from NieR: Automata. The game logic is developed with Yuka, rendering is done with three.js. The number of hacking stages as well as enemy and map types will be increased over time. The game is open source and available at GitHub.

Nier
Dive

Dive was one of the first full-featured implementations of a bot AI for a simple shooter game written in pure JavaScript. The decision making and reasoning is based on Goal-Driven Agent Design, the weapon selection on Fuzzy Logic and the pathfinding on Yuka's Navigation Mesh. The game is open source and available at GitHub.

Dive
Kickoff

Kickoff is a very basic soccer simulation and an example of a tiered team sport AI. Meaning the decision making and reasoning happens along a hierarchy of game entities. The rules of the game are kept simple in order to make it easier to get familiar with the AI logic. The showcase features Yuka's State-Driven Agent Design and steering behaviors. Kickoff is open source and available at GitHub.

Dive