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

https://github.com/thetechnocrat-dev/microbe-munch

a javascript game with basic prey and predator AI
https://github.com/thetechnocrat-dev/microbe-munch

Last synced: 2 months ago
JSON representation

a javascript game with basic prey and predator AI

Awesome Lists containing this project

README

        

# Microbe Munch

You are a microorganism trying to make your way in the big ocean by munching on smaller microorganisms that swarm the seas. However, your prey will not allow their demise easily and it will take some skillful maneuvering to catch them. Take care though not to narrow you focus too much because sometimes an even larger microorganism will patrol these waters and you may become the prey not the predator... One last warning - as the night approaches differentiating between friend and foe may not be easy.

## Features
- basic evasive prey AI and chasing predator AI based on vector math
- prey warn each other of predators
- gradual daytime to nighttime shift
- game logic written in pure JavaScript

## Future Features
- animated sprites
- database that stores high scores