Skip to content

Ecosystem Simulation Game: A 2d simulation game with the Unity Game Engine. The characters are controlled by AI and interacting with each other. The maps are procedural generated (cellular automata model) and the A* algorithm is used for the pathfinding.

Notifications You must be signed in to change notification settings

billDrett/2d-Ecosystem-simulation

Repository files navigation

2d Simulation Game

Report

A 2d simulation game world with simple geometric shapes as the basis for characters and other game world elements. Geometric shapes have different phycsical properties and as a result can have different functions and attributes in our game. The gaming environment is procedurally generated bases on the cellular automata model and have shapes like circles, squares, crosses and triangles which are interacting with each other. Also the shapes are interacting with the environment and have functions like hunt for food, go home, and explore the world.

About

Ecosystem Simulation Game: A 2d simulation game with the Unity Game Engine. The characters are controlled by AI and interacting with each other. The maps are procedural generated (cellular automata model) and the A* algorithm is used for the pathfinding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages